EVM Jobs

1,199 jobs found

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

Overmind

Remote

$72k - $100k

Q development AG

New York, NY, United States

$53k - $59k

OpenZeppelin

Remote

$63k - $64k

OpenZeppelin

Remote

$63k - $64k

Virtual Team Tech

Hallandale Beach, FL, United States

$11k - $15k

Gnosis

Remote

Gnosis

Remote

Gnosis

Remote

Gnosis

Remote

Gnosis

Remote

Gnosis

Remote

Gnosis

Remote

Gnosis

Remote

Gnosis

Remote

Phantom

Remote

$180k - $250k

Overmind
$72k - $100k estimated
Remote
Apply

Blockchain Engineer

Remote /
Engineering /
Full - time

Apply for this job
What we are building
Overmind is a platform where web3 developers compete on coding puzzles to earn prizes and on-chain credentials. Our mission is to enable more developers to enter web3, prove their creativity, and access rare opportunities.

We believe that one of the biggest drags on crypto’s growth is the friction and uncertainty that developers face in the transition from web2 to web3. We are introducing “solve-to-earn” to de-risk the time and energy investment required to learn and practice web3 development, thereby offering a real opportunity to enter the space to significantly more people. Solving challenges on Overmind creates a transparent, verifiable track record of one’s skill and creativity, forming the first on-chain resume we have seen that contains real signal. We strongly believe that on-chain reputation will be one of the foundational layers of the crypto economy, and that the resume is where it all starts.

The Overmind is formed by the collective intelligence of those bold enough to join it. Enter at overmind.xyz.

The Role
You will develop the core smart contracts powering Overmind on multiple chains. You will develop puzzles and challenges for developers to crack. You will work closely with a small team and take ownership of important projects from the get-go.

Skills & Experience
Essential Requirements
- 3+ years of smart contract development experience
- Love for coding puzzles and challenges
- English fluency (written & oral)

Nice-to-haves
- Experience with Move
- Experience writing Layer 1 code, e.g. EVM or Tendermint
- Experience with coding competitions, e.g. ACM ICPC or Topcoder
- Experience with remote work at startups
- Bachelors or advanced degree in Computer Science or related subject

Needless to say, none of the above supersedes your intellectual curiosity and drive to build world-changing products.

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.