EVM Jobs

1,198 jobs found

Receive emails of EVM Jobs
Job Position Company Posted Location Salary Tags

Matter Labs

Dublin, Ireland

$90k - $100k

Ellipsis Labs

New York, NY, United States

$74k - $110k

DApp360 Workforce

United States

$72k - $150k

Astranis

San Francisco, CA, United States

$98k - $180k

SafeGlobal

New York, NY, United States

$33k - $75k

Calyptus

New York, NY, United States

$36k - $54k

Coinbase

United States

$127k - $149k

Cake Group

Singapore, Singapore

$90k - $150k

Aurora Labs

Remote

$105k - $210k

Odiin

New York, NY, United States

$200k - $350k

Unlimit

Almaty, Kazakhstan

$72k - $75k

Enya Labs

Palo Alto, CA, United States

$72k - $75k

Moonsong Labs

Madrid, Spain

$45k - $85k

Evmos

New York, NY, United States

$72k - $75k

OKX

Bangalore, India

$87k - $115k

Matter Labs
$90k - $100k estimated
Dublin
Apply

Software Engineer- Blockchain Integrations

Berlin / Dublin / EU / Paris / India / Germany / Remote - EMEA / Zurich
Engineering – Core /
/ Remote

Apply for this job
At Matter Labs, we believe freedom drives progress and prosperity. We don’t see ourselves as a company, but as a team aligned around a single mission: to advance personal freedom for all (see ZK Credo).

To achieve this goal, we’re building zkSync — a credibly neutral, fully open source technology stack and network on top of Ethereum, which is owned and governed by its community. We use advanced cryptography called zero-knowledge proofs to scale Ethereum infinitely without compromising on security or decentralization. With a world-class team, a community of over 1M supporters across Twitter + Discord, and hundreds of millions $ in funding, we have abundant resources to accomplish the mission.

The Role

We're looking for a Senior Partner Engineer to help grow our ecosystem of third-party developers, projects, and companies that leverage zkSync stack for their businesses. This role plays a key part in our business development strategy and will own the decision of the best approach to tackle our top partners’ needs, including developing proofs of concept.

If you are passionate about building innovative and scalable web3 applications, and have experience in designing world-class systems, we would love to hear from you!

What You'll Be Doing

    • Be a goal-oriented developer, diving deeply into our codebase in order to solve problems spanning from our L1 contracts to our zkp-friendly VM to our core node
    • Conduct independent research in your area of ownership, design, implement and document solutions
    • Combine great engineering skills with great communication skills in order to onboard the biggest companies in the web3 and web2 worlds to utilize the ZK Stack and deploy Hyperchains
    • Develop a strong understanding of the value proposition zkSync can bring to the world derived by a true mastery of the technology
    • Work with DeFi Blue Chips to help them deploy on zkSycn Era

What We Look For in You

    • 3+ years in backend software development and a deep understanding of software engineering best-practices and architectures.
    • Experience in web3 or blockchain companies/projects.
    • Passion for our mission to advance personal freedom for all.
    • Strong communication skills and proven ability to efficiently work with remote teams.
    • Ownership mindset and a track record of successfully accomplished projects.
    • Excellent understanding of Ethereum. Low level understanding of the EVM is a big plus as well as experience with Ethereum development (Hardhat, Foundry, Ethers, Web3, Solidity).
    • Thriving solo thinking through complex problems just as much as jumping into meetings with the business team and partners to discuss projects and initiatives in different stages of maturity.
    • Security-minded and always checking for potential security threats
    • Fluency in written and spoken English
Working at Matter Labs

At Matter Labs, you have the freedom to work how you want, when you want, and from where you want. All positions are 100% remote (with optional travel to team and/or industry events). We operate in lean and nimble teams, with no time tracking and minimum bureaucracy. We move fast. Only results matter. We will provide you with everything you need to learn, grow, and be productive.

Our results-only environment means anyone who believes in our mission can join us, regardless of background, sexual orientation, race, gender, and age. Both our team and community are made up of people from diverse backgrounds. That's why, out of politeness and respect, we refrain from opinions on politics, religion, or sex at the workplace.

We designed our culture around the tenants of freedom and ownership. This ethos will underpin our positive-sum community as we evolve toward full decentralization.

If this role resonates with you, apply now for prompt feedback.

Read more about working at Matter Labs here.

Important: We are remote-first, operating in the timezones between UTC-5 (Latam and Atlantic Coast) to UTC+7 (South-East Asia). While we’re currently not hiring in the US, we do consider US-based applicants willing to relocate.
Apply for this job

What is EVM?

EVM stands for Ethereum Virtual Machine, and it is the runtime environment for smart contracts in the Ethereum network

It is a virtual machine that executes code written in the Solidity programming language, which is the language used for writing smart contracts on the Ethereum platform

The EVM is a sandboxed environment, which means that code executed within the EVM is isolated from the rest of the network and cannot interact with it directly

This is important for security reasons, as it prevents malicious code from affecting the rest of the network

When a smart contract is deployed to the Ethereum network, it is compiled into bytecode that can be executed by the EVM

Each node on the network maintains a copy of the EVM, which allows them to execute smart contract code and validate transactions

When a transaction is submitted to the network, the EVM processes it by executing the corresponding smart contract code

The EVM processes the transaction by reading the bytecode, interpreting it, and executing it step by step

The EVM then returns the result of the transaction to the sender, which can include changes to the state of the contract or the network as a whole

The EVM is designed to be Turing-complete, which means that it is capable of performing any computation that can be performed by a computer

This allows for complex smart contracts to be executed on the Ethereum network, including those with conditional logic, loops, and other advanced programming constructs

The EVM is a key component of the Ethereum network, as it allows for the execution of smart contracts in a secure and isolated environment

It is a crucial part of the blockchain infrastructure that enables decentralized applications to be built and run on the Ethereum platform.