EVM Jobs

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

Austin Werner Ltd

San Francisco, CA, United States

$140k - $200k

Nethermind

London, United Kingdom

$72k - $75k

Nethermind

London, United Kingdom

$63k - $100k

Trust Wallet

New York, NY, United States

$62k - $82k

Crossmint.io | Making NFTs Accessible to Everyone

Madrid, Spain

$36k - $70k

In Technology Group Inc (US)

United States

$200k - $225k

Oasis Protocol Foundation

Ljubljana, Slovenia

$63k - $100k

Oasis Protocol Foundation

Ljubljana, Slovenia

$72k - $100k

Seven Bits Technologies

Ahmedabad, India

$45k - $82k

Coinmarketcap

London, United Kingdom

$72k - $120k

Clearmatics

London, United Kingdom

$63k - $75k

Albert Bow

New York, NY, United States

$300k - $400k

IEX

New York, NY, United States

$72k - $100k

Parasol

San Francisco, CA, United States

$18k - $62k

4K Protocol

San Francisco, CA, United States

$54k - $90k

Austin Werner Ltd
$140k - $200k
San Francisco Bay Area US

Senior Web3 / Smart Contract Engineer / Solidity Engineer


Seeking a Solidity Developer with the experience to contribute to new and existing products immediately. The role requires knowledge of Javascript, Node.js, and React. The role requires expert level experience in Smart Contract Development with Solidity and a deep understanding of the Ethereum Virtual Machine. This person should have experience building and shipping production-level web applications from inception and be able to write and maintain documentation.


The ideal candidate is organized and productive in a fast-paced environment. They should have experience with Web3.js, Ganache, Truffle, Ethers, OpenZeppelin, Hardhat, Solidity, APIs, and Serverless Execution Environments. They should have a strong portfolio of Web3 projects built on Ethereum, Solana, or Polygon. This candidate should be able to work autonomously and is comfortable in a startup-like environment.


What You’ll Be Doing as a Solidity Developer:

  • Building new Web3 product from their inception
  • Contribute directly to decentralized technologies on the Platform
  • Architect and build new web3 technologies technologies on the Platform
  • Help FE Teams build reusable components and front-end libraries for future use
  • Build and manage NPM packages
  • Lead sprint planning and standups to discuss priorities and manage issues
  • Maintain documentation and write automated tests to ensure a quality product
  • Regularly monitor and improve app performance, diagnose and fix bugs
  • Illustrate architectural ideas using storyboards, process flows, and sitemaps
  • Identify and troubleshoot API problems (e.g. performance, rate limiting, etc)
  • Conduct adjustments based on user and stakeholder feedback

Requirements for the Solidity Developer Position:

  • 1-3 years of experience developing original smart contracts with Solidity
  • 1-3 years of experience with Hardhat, Truffle, Brownie or a comparable framework
  • 5+ years of general software development experience (knows and can apply agile, knows TDD)
  • A deep understanding of the Ethereum Virtual Machine
  • Prior experience deploying original smart contract systems to some EVM mainnet
  • Ability to prioritize and organize operationally complex work, with great attention to detail; are accountable by default
  • Skill in at least one of the following: mainnet deployment, blockchain tooling, dapp development
  • Strong written and verbal communication skills and can collaborate effectively on a breadth of technical topics
  • Self-driven, autonomous, personality with a desire to develop protocols that will have an impact
  • A proactive self-starter who wants to take as much ownership as possible for their work, and is highly proactive about expanding the scope of their work
  • You are active in crypto and have previously built Web3.js enabled applications
  • You are comfortable with API integrations
  • You have contributed to open source projects
  • You use automated testing tools, browser-based debugging, and performance testing tools daily, and can implement CI/CD

Please feel free to contact [email protected] for more information about the Solidity Developer position.

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.