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

Austin Werner Ltd 🚀🚀

New York, NY, United States

$250k - $350k

OpenZeppelin

United States

$54k - $62k

Alt Research

Singapore, Singapore

$72k - $82k

Gnosis

Brussels, Belgium

Ava Labs

New York, NY, United States

$54k - $82k

Textile

United States

$63k - $82k

OpenZeppelin

United States

$54k - $60k

Investinu Group

United States

$72k - $75k

Arbitrary Execution

United States

$72k - $100k

Status

London, United Kingdom

$27k - $67k

Status

London, United Kingdom

$72k - $95k

Status

London, United Kingdom

$27k - $67k

3MetaD

San Jose, CA, United States

$72k - $84k

Upside.gg

United States

$36k - $61k

Senior Solidity Engineer Smart Contracts

Austin Werner Ltd 🚀🚀
$250k - $350k

This job is closed

Senior Solidity Engineer - Full Remote - United States - Remote


We have a well-funded DeFi startup that are building a remote team. Their focus is to build a tokenized web3 products that will be able to be used within the Ethereum community.


Responsibilities for the Senior Solidity Engineer - Defi, Web3, Solidity:


  • Architect a blockchain-based system involving collateral-based minting, pricing oracles
  • (will likely want to launch our own), leverage, and liquidations
  • Lead the development of a web3 prototype (100% hands-on)
  • Design, internally audit, and deploy smart contracts (likely on EVM-compatible networks)
  • Help build, scale, and manage a team of engineers

Requirements for the Senior Solidity Engineer Engineer role:


  • 3+ years experience in blockchain and 10+ years in software development
  • Led teams/divisions at a highly senior level (Director/Head/VP/CTO)
  • Start-up/scale up experience from a modern tech company
  • Deep experience and familiarity with Solidity and its quirks
  • Smart contract engineering
  • Production ready software examples
  • Familiarity with oracles, GraphQL, and other web3/infra tools
  • Understanding of web, mobile, API-based, and blockchain products
  • Up to date with the best frameworks and tools to streamline a quick-to-market approach (i.e. using scaffold.eth for prototype, etc)
  • Desire to play a pivotal role in building a top-tier protocol

Nice-to-Haves

  • Led the development for a top 100 blockchain project
  • Positive reputation within the blockchain community

About the FUND - they are a privately-funded group of builders and thinkers with a shared mission to further develop the crypto ecosystem through researching protocols, building tools, and incubating projects. Senior Solidity Smart Contract Engineer

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.