| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Rome Protocol | United States | $120k - $250k | |||
Almanak | Remote | $74k - $100k | |||
Gelato | Remote |
| |||
Lendr Network | Remote | $124k - $180k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Gelato | Remote |
| |||
Walnut | Remote |
| |||
Cutting Edge Search | San Francisco, CA, United States | $84k - $107k | |||
Number Group | Remote |
| |||
Chiliz | Remote |
| |||
Nomic Foundation | Remote | $120k - $230k | |||
Nomic Foundation | Remote | $120k - $230k | |||
Nomic Foundation | Remote | $120k - $230k | |||
Decent Land Labs | Remote | $86k - $126k | |||
Web3 Recruit | Remote | $132k - $174k | |||
Magic Eden | Remote | $150k - $200k |
Responsibilities
- Rust & Solana Code Development: Design and write high-quality code for Rome's EVM on Solana. Develop Rust programs emphasizing efficient design and low-level optimizations.
- Quality Assurance: Guarantee the design quality, reliability, and performance of developed solutions through comprehensive testing strategies.
- Continuous Improvement: Continuously refine and upgrade implemented modules based on business demands, user feedback, and evolving design trends.
Skills and Experience
- Software Engineering Expertise: 7+ years of software engineering experience including 4+ years dedicated to developing high-performance, high-concurrency, and low-latency systems.
- Rust Proficiency: Proficient in Rust with 2+ years of experience, coupled with a strong background in C++ or another low-level/systems programming language.
- Programming Acumen: Deep understanding of multiple programming languages with an emphasis on design patterns and architectural principles.
- System Design Knowledge: Extensive understanding of computer systems including design considerations for x86 architecture, multithreading, memory allocation, and Linux OS.
- Advanced Debugging Skills: Advanced skills in debugging, profiling, performance optimization, and design troubleshooting.
- Communication and Documentation: Excellent communication and design documentation skills, and a strong grasp of software lifecycle and teamwork.
- Educational Background: Academic degree in Computer Science or a related field, with a strong focus on software design, or equivalent professional experience.
Nice to have
- Ethereum Ecosystem Experience: Experience with the Ethereum ecosystem and writing smart contracts in Solidity.
- Blockchain Development Experience: Design and development experience with blockchain nodes and protocols.
- Systems Design Track Record: Proven track record in designing and building distributed and scalable systems.
- Software Architect Experience: Previous experience in a software architect role.
- Open-Source Contributions: Involvement in open-source projects.
Benefits
- Top-tier salary and equity package
- In-person office in Oak Park (near Los Angeles)
- 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.