| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Rome Protocol | New York, NY, United States | $150k - $250k | |||
Calyptus | New York, NY, United States | $36k - $100k | |||
21.co | New York, NY, United States | $150k - $200k | |||
Rome Protocol | New York, NY, United States | $150k - $250k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
WOO | Taipei, Taiwan | $72k - $75k | |||
Treasure | United States | $63k - $110k | |||
Legitimate | New York, NY, United States | $120k - $200k | |||
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 |
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 the design and development of Rome’s EVM Client, working together with the team.
Responsibilities
- Design and write high-quality code for Rome's EVM Client in Rust. Develop logic to interact with the Rome EVM Solana Program.
- Integrate EVM Client with the Rome API to enable emulation and execution of Ethereum transactions on Solana.
- Integrate various EVM Clients for OP Stack, Arbitrum Orbit, and ZK Stack.
- 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
- 4+ years of software engineering experience including 2+ 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.
- 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.
- Proven track record in designing and building distributed and scalable systems.
- 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.