EVM Jobs

1,200 jobs found

web3.career is now part of the Bondex Logo Bondex Ecosystem

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

Calyptus

New York, NY, United States

$36k - $100k

21.co

New York, NY, United States

$150k - $200k

Rome Protocol

New York, NY, United States

$150k - $250k

WOO

Taipei, Taiwan

$72k - $75k

Treasure

United States

$63k - $110k

Legitimate

New York, NY, United States

$120k - $200k

Asymmetric Research

Remote

$84k - $150k

Parity Technologies

New York, NY, United States

$62k - $77k

Gnosis

Remote

Nethermind

London, United Kingdom

$76k - $91k

Nethermind

London, United Kingdom

$63k - $150k

R3

Dublin, Ireland

$105k - $117k

Binance

Dubai, United Arab Emirates

JPEG'd DAO

Remote

$100k - $200k

Aurora Labs

Remote

$33k - $75k

Technical Product Manager Web3

Calyptus
$36k - $100k estimated

This job is closed

This role is with a Calyptus partner.


Our partners work in the blockchain space so please only apply if this is an area of interest.


------------------------------------------------------------------------


Responsibilities

  • Drive financial requirements for best-in-class crypto smart contracts
  • Help build delightful and user-friendly web3 experiences
  • Help create secure and reliable internal systems
  • Work with our rockstar engineering team to ship projects big and small

Qualifications

  • You have experience launching large, complex, multi-functional projects
  • You have deep knowledge of Smart Contracts and web3 technologies
  • You are a defi-degen
  • You have a strong understanding of options

Nice to have

  • Coding experience with scripting languages (Javascript being most useful) or smart contract languages (Solidity for EVM programs, Rust for Solana programs)
  • Design experience and knowledge of tools like Figma, Sketch, Balsamiq

------------------------------------------------------------------------

Calyptus is an employment platform for engineers looking for work in Web3.


Register at https://calyptus.co/register/ to apply for 40+ other roles.

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.