EVM Jobs
1,198 jobs found
Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Rome Protocol | New York, NY, United States | $150k - $250k | |||
WOO | Taipei, Taiwan | $72k - $75k | |||
Treasure | United States | $63k - $110k | |||
Legitimate | New York, NY, United States | $120k - $200k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Asymmetric Research | Remote | $84k - $150k | |||
Parity Technologies | New York, NY, United States | $62k - $77k | |||
Gnosis | Remote |
| |||
Nethermind | London, United Kingdom | $76k - $91k | |||
Nethermind | London, United Kingdom | $63k - $150k | |||
R3 | Dublin, Ireland | $105k - $117k | |||
Binance | Dubai, United Arab Emirates |
| |||
JPEG'd DAO | Remote | $100k - $200k | |||
Aurora Labs | Remote | $33k - $75k | |||
Chaos Labs | New York, NY, United States | $87k - $115k | |||
Enso | Zurich, Switzerland | $65k - $100k |
About Rome Protocol
Rome Protocol is building a shared sequencer network leveraging Solana. Shared sequencers solve the biggest problems for Ethereum’s rollup-centric future. Using Solana as a shared sequencer leverages a well-tested, secure, and high throughput network to solve these problems.
We are building a shared sequencer that can be integrated with OP stack, Arbitrum Orbit, ZK rollups, etc. It is intended to be used for thousands of rollups.
We work in person from our New York City office. The founders collectively have decades of experience in fintech and banking (JP Morgan, Plaid, Deutsche Bank). We are backed by some of the biggest VCs in the space.
As a senior software engineer, you will be responsible for leading the design and development of Rome’s EVM on Solana, working together with the team.
Responsibilities
- Design and write high-quality code for Rome's EVM on Solana. Develop Rust programs emphasizing efficient design and low-level optimizations.
- Guarantee the design quality, reliability, and performance of developed solutions through comprehensive testing strategies.
- Continuously refine and upgrade implemented modules based on business demands, user feedback, and evolving design trends.
Skills and Experience
- 7+ years of software engineering experience including 4+ years dedicated to developing high-performance, high-concurrency, and low-latency systems.
- Proficient in Rust with 2+ years of experience, coupled with a strong background in C++ or another low-level/systems programming language.
- Deep understanding of multiple programming languages with an emphasis on design patterns and architectural principles.
- Extensive understanding of computer systems including design considerations for x86 architecture, multithreading, memory allocation, and Linux OS.
- Advanced skills in debugging, profiling, performance optimization, and design troubleshooting.
- Excellent communication and design documentation skills, and a strong grasp of software lifecycle and teamwork.
- Academic background in Computer Science or a related field, with a strong focus on software design, or equivalent professional experience.
Nice to have
- Experience with the Ethereum ecosystem and writing smart contracts in Solidity.
- Design and development experience with blockchain nodes and protocols.
- Proven track record in designing and building distributed and scalable systems.
- Previous experience in a software architect role.
- Involvement in open-source projects.
Benefits
- Top-tier salary and equity package.
- In-person office in NYC.
- Health, dental, and vision coverage.
- Team on-site events.
- Travel to crypto conferences.
- Unlimited vacation policy.
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.