EVM Jobs

1,208 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

United States

$36k - $54k

Parity Technologies

London, United Kingdom

$45k - $92k

Trust Machines

New York, NY, United States

$75k - $150k

Trust Machines

New York, NY, United States

$150k - $215k

thirdweb

San Francisco, CA, United States

$140k - $220k

Accroid Inc

New York, NY, United States

$72k - $100k

Oasis Protocol Foundation

London, United Kingdom

$87k - $112k

Enoda Ltd

Edinburgh, United Kingdom

$57k - $100k

Enoda Ltd

Edinburgh, United Kingdom

$122k - $180k

Gnosis

Remote

Aptos

New York, NY, United States

$32k - $92k

Haqq Network

Remote

$48k - $72k

Sky Mavis

Ho Chi Minh City, Vietnam

$90k - $115k

Ava Labs

New York, NY, United States

$163k - $203k

Horizen Labs

New York, NY, United States

$72k - $112k

Product Manager Smart Contracts

Calyptus
$36k - $54k 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.