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

Limit Break

United States

$36k - $54k

Coinmarketcap

Taipei, Taiwan

$72k - $150k

Aurora Labs

Remote

$73k - $171k

Mythical East

Kiev, Ukraine

$72k - $90k

Stackup

Remote

$100k - $160k

Gnosis

Remote

Monad

New York, NY, United States

$87k - $110k

Aurora Labs

Remote

$98k - $100k

Binance

Singapore, Singapore

Biconomy

Dubai, United Arab Emirates

$62k - $100k

Gnosis

Remote

Shadow

New York, NY, United States

$62k - $62k

Senior Systems Engineer Rust Slang

Nomic Foundation
$100k - $220k

This job is closed

The Nomic Foundation is a non-profit behind Hardhat, the most widely used Ethereum development environment. We’re dedicated to building open-source infrastructure and tools that empower Ethereum developers to decentralize the world while fostering growth and innovation in the developer ecosystem.

Remote-First:

We are a remote team located across Europe, the UK, and the Americas. Most of our work is done asynchronously, relying on written communication. We hire in the European and American time zones to ensure enough overlap between everyone. We’re open to candidates applying within UTC+1 to UTC-5 time zones.

We are looking for a Senior Engineer with extensive experience working with systems software to join our team responsible for Slang, our compiler project.

Slang is a modular set of compiler APIs empowering the next generation of Solidity code analysis and developer tooling. Written in Rust and distributed in multiple languages. We just released a version-stable parser, and we are looking into semantic analysis and error recovery next. We are a small team (2 people currently), but we have ambitious plans about Slang and the future of Solidity developer experience.

In this role, you will be:

  • Designing and implementing features in the compiler, language specification, and testing infrastructure.
  • Writing up user facing documentation and tutorials on how to use Slang.
  • Providing code reviews and assistance to other engineers on the team.
  • Investigating bug reports and responding to user feedback on GitHub and Telegram.

Tech stack:

  • Rust
  • Node.js / N-API
  • Ethereum / EVM

The skills we look for:

  • At least 5 years of experience working on systems software
  • 2+ years of working with Rust
  • Knowledge and experience with Node.js
  • We work remotely and mostly asynchronously, so the ability to take ownership and work with minimal direction is crucial
  • As this is an early-stage project, we are seeking a teammate who is comfortable adapting to changing requirements
  • Prior experience working in a remote and globally distributed environment
  • Experience in leading projects & mentoring other team members


Why is this an exciting opportunity?

  • You’ll have a chance to work on a core component of the Ethereum stack and support the entire Ethereum ecosystem to be more productive
  • Contribute to Ethereum as a project
  • Service the needs of high-profile projects that use Hardhat
  • All of your work will be open-source, and you’ll have the chance to collaborate with other open-source projects (both inside and outside Ethereum)

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.