EVM Jobs

1,198 jobs found

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

Aurora Labs

Remote

$98k - $100k

Binance

Singapore, Singapore

Biconomy

Dubai, United Arab Emirates

$62k - $100k

Gnosis

Remote

Shadow

New York, NY, United States

$62k - $62k

EigenLabs

Seattle, WA, United States

$72k - $100k

Evmos

New York, NY, United States

$72k - $105k

Windranger Labs

United States

$90k - $150k

A.C.Coy Company

United States

$36k - $100k

Monad Labs

New York, NY, United States

$200k - $250k

Biconomy

Dubai, United Arab Emirates

$91k - $96k

Gnosis

Remote

Trust Machines

New York, NY, United States

$150k - $215k

Applied Blockchain

London, United Kingdom

$62k - $70k

Overmind

India

$90k - $118k

Blockchain Contracts Developer

Aurora Labs
$98k - $100k estimated

This job is closed

Blockchain/Contracts Developer

Remote /
CANDIDATES' POOL – Engineering Pool /
Full Time Contract
/ Remote

Apply for this job
About Us

Aurora Labs is the development company behind Aurora—the EVM blockchain that runs on the NEAR Protocol. We are also the developers of, and integration partner behind, Aurora Cloud—a suite of products that allow Web2 companies to capture the value of Web3.

We invite you to be a part of our team of smart, professional, result-oriented and fun individuals. Join us to help ensure that our business is blooming while we are striving to deliver the best solutions in the crypto world.

We at Aurora Labs are looking to hire a Blockchain/Contracts Developer to work on smart contracts for our Product, Engine and Contracts teams. This is a full-time position that can be done remotely anywhere in the world.

If you are eager to dive into the competing cross-chain ecosystem and would like to work in an energetic environment, surrounded by highly productive and meticulous engineers, we would be happy to see you in Aurora labs!

Requirements

- Strong knowledge of Solidity.
- Experience with Ethereum ecosystem, smart contract development life cycle and Ethereum development tools (e.g. Open Zeppelin, ethers.js, Hardhat, Truffle).
- Familiar with indexing protocols (ThGraph, Covalent).
- Experienced in DevOps and CI/CD, and deployment systems.
- Experienced in one of version control systems (e.g git).
- Previous experience in the blockchain industry, particularly around the NEAR, Ethereum, Binance Smart Chain, or Solana ecosystems.
- Prior experience deploying and configuring complex smart contract systems to the Ethereum mainnet.
- Extreme ownership mentality - ability to take extreme ownership and full responsibility of tasks and projects.
- Fast learner with a natural curiosity.
- Passionate about blockchain technology.
- Professionalism and quality in work ethic.

Responsibilities

- Contribute high quality and well-tested Solidity code, including smart contract development.
- Reviewing and auditing (internally) developed smart contracts by other teams.
- Implementing and executing comprehensive unit, integration and fuzzy testing.
- Contributing to the requirements drafting / analysis.
- Assisting in maintaining the product's CI/CD pipeline.
- Communication and collaboration with a fully distributed team.
- Collaborate with Ethereum and being active in the Ethereum engineering forums.



Join our dedicated team of blockchain industry professionals.
Please apply today — we’re standing by for your resume!

In applying at this job, I confirm and acknowledge that I read and understood the Privacy Notice published at https://auroralabs.dev/privacy.
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.