EVM Jobs

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

BlockTal

United States

$63k - $150k

Polygon Labs

Bengaluru, India

$81k - $100k

Parity Technologies

New York, NY, United States

$63k - $100k

EOS Network Foundation

United States

$72k - $75k

Nomic Foundation

New York, NY, United States

$119k - $120k

Rolla

Remote

$72k - $168k

API3 DAO

Remote

$20k - $40k

Offchain Labs

United Kingdom

$36k - $67k

Offchain Labs

United Kingdom

$63k - $100k

Gnosis

Remote

Parity Technologies

New York, NY, United States

$63k - $100k

Parity Technologies

New York, NY, United States

$63k - $100k

Chainlink Labs

Remote

Hex Trust

Kuala Lumpur, Malaysia

$72k - $100k

BlockTal
$63k - $150k estimated
United States US
Apply

Our VC-backed Web3 client is searching for a Protocol Engineer to assist in leading development efforts for future versions of the Protocol, both core and peripheral contracts. This includes initial R&D, specification design, development, testing, auditing, deployment, and maintenance.


Our client is building a place where creators and contributors collaborate to develop and unleash the next generation of content. Their collaboration infrastructure combines traditional creative development practices with technological innovation such as blockchain to incentivize, reward and verify creators, partners, and fans. By building access to a more open creative process, this team is working to usher in a more inclusive and innovative future for entertainment.


Responsibilities:

  • Lead development efforts for future versions of the Protocol, both core and peripheral contracts. This includes initial R&D, specification design, development, testing, auditing, deployment, and maintenance.
  • Collaborate with product, engineers, and executive stakeholders to finalize protocol designs and support production implementations
  • Optimize the protocol to maximize efficiency, throughput, and overall performance
  • Conduct thorough testing and validation of the protocol, identifying and resolving any vulnerabilities or potential issues

Minimum Qualifications:

  • 2+ years experience with blockchain smart contract development with EVM, Solidity, and protocol development.
  • 5+ years of experience in a senior engineering role with a Web2 or Web3 tech company
  • Knowledge in advanced cryptography, such as group signature and zero-knowledge proofs, and understanding of IPFS and distributed hash tables
  • Confidence in design decision-making, related to protocol development / smart contract development.
  • First principles and systems thinkers interested in addressing problems related to human coordination, collaboration, incentives, and market design
  • Familiarity with reputation and collaboration systems, including related concepts such as game theory, incentive design, and social trust
  • Exceptional judgment when encountering complex technical design trade-offs
  • Bachelor’s or Master’s degree in Computer Science, Engineering, or a related field is preferred by not required

Benefits & Perks:

  • Health benefits, including Medical, Dental, and Vision
  • Flexible Vacation - Unlimited paid-time and sick day policy. All federal holidays are given
  • Quarterly Mental Health Days - Take a day for the entire team to reset and recharge
  • Paid Day of Service - All eligible employees (full and part-time) are given one paid day off from work to volunteer with the charity of their choice
  • 401k - Easily plan your retirement by making contributions to either a traditional 401k or Roth IRA plan

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.