EVM Jobs

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

Steel Perlot

United States

$72k - $150k

Steel Perlot

United States

$72k - $90k

Steel Perlot

United States

$72k - $150k

Aurora

Remote

$40k - $75k

HEXENS Cyber Security

Lisbon, Portugal

$300k - $350k

sayf

Cape Town, South Africa

$72k - $100k

Horizon Blockchain Games

Toronto, Canada

$63k - $82k

Horizon Blockchain Games

Toronto, Canada

$63k - $82k

Rarible

Remote

$43k - $75k

Oasis Protocol Foundation

Ljubljana, Slovenia

$98k - $168k

0x Labs

San Francisco, CA, United States

$63k - $82k

Horizon Blockchain Games

Toronto, Canada

$84k - $90k

Nervos

San Francisco, CA, United States

$0k

Horizon Blockchain Games

Toronto, Canada

$84k - $90k

NUTS Finance

Hong Kong, Hong Kong

$30k - $60k

Senior Smart Contract Engineer

Steel Perlot
$72k - $150k estimated

This job is closed

We are building a next-generation insights and aggregator platform for NFTs (“Bloomberg Terminal for NFTs”). With a team that has founded or worked for multi-billion-dollar businesses in the NFT/web3 space and incubated by Steel Perlot (a web3-focused fund chaired by Eric Schmidt), this company provides a rare opportunity to help build a crucial new part of the NFT and web3 ecosystem.

Role:

We’re looking for an experienced senior web3/smart contract engineer to join our tech team. You have an impact on the overall company direction and growth as well as code and features. This work will be foundational in building a groundbreaking new platform in the NFT/web3 space. We have an incredibly high bar and you’ll be joining a highly talented and driven team.

Responsibilities:

  • Architecting, testing, optimizing, and deploying smart contracts in the domains of NFT aggregation and financialization
  • Collaboratively thinking through and designing tokenomic models and off-chain computation (private mempools, etc.)
  • Write robust, scalable, well-designed software that is easy to maintain, test, and document
  • Establish standards and practices around web3 DevOps

Minimum qualifications:

  • You have 3+ years of experience in Solidity (or equivalent impact)
  • You have a bachelor’s degree in Computer Science/Engineering or equivalent practical experience
  • Familiarity with NFT and NFT marketplace contracts
  • You can drive and execute several initiatives simultaneously
  • You take ownership in your work and can both self-guide and take guidance from stakeholders
  • Open communication and collaboration skills

Preferred qualifications:

  • Experience in lower-level EVM programming languages such as Yul or LLL
  • Interest and experience in gas golfing
  • Experience with MEV, private mempools, and transaction aggregation
  • Previous startup experience
  • Previous experience building a highly-scaled product
  • Care for documentation and testing
  • Team and culture oriented

Steel Perlot focuses on Life Sciences, Artificial Intelligence, Software, and Blockchain / Cryptocurrency. Their company has offices in New York City. They have a mid-size team that's between 51-200 employees.

You can view their website at https://www.steelperlot.com or find them on Twitter and LinkedIn.

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.