| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Nomic Foundation | Remote | $100k - $220k | |||
Nomic Foundation | Remote | $100k - $220k | |||
Limit Break | United States | $36k - $54k | |||
Coinmarketcap | Taipei, Taiwan | $72k - $150k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
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 | |||
EigenLabs | Seattle, WA, United States | $72k - $100k |
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-4 time zones.
We are looking for a Senior Systems Engineer to join the team behind Rethnet - an Ethereum development runtime library - written in Rust - with bindings for the Node API (TypeScript). Its goal is to provide a performant API for developer tooling, such as an EVM debugger or state inspector. We are planning our first release in the upcoming months, which will be a complete rewrite of the Hardhat Network TypeScript code and will continue to expand its features to serve a wider range of developers.
In this role, you will:
- Design APIs that take into account the needs of a large and diverse ecosystem
- Maintain and implement low-level functionality that works directly with EVM bytecode
- Support and mentor other developers on the team
- Practice good open-source hygiene
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
- 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
- High sense of ownership and responsibility
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.