| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Aurora Labs | Remote | $50k - $80k | |||
Provoke Solutions | Dallas, TX, United States | $54k - $65k | |||
Chainstack | Remote | $54k - $82k | |||
Aurora Labs | Remote | $26k - $39k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Nifty's Inc. | Miami, FL, United States | $58k - $60k | |||
Provoke Solutions | Dallas, TX, United States | $54k - $65k | |||
Gnosis | Remote |
| |||
dcSpark | Warsaw, Poland | $54k - $80k | |||
dcSpark | Austin, TX, United States | $54k - $80k | |||
IOTA Foundation | Remote | $82k - $87k | |||
Figment | Toronto, Canada | $54k - $72k | |||
Ava Labs | New York, NY, United States | $54k - $60k | |||
Europalabs.io | Miami, FL, United States | $80k - $120k | |||
Crypto.com | Dublin, Ireland | $105k - $117k | |||
Silo Finance | Austin, TX, United States | $72k - $110k |
We at Aurora Labs are looking to hire a Rust Developer to work on our EVM. This is a full-time position that can be done remotely anywhere in the world.
Aurora builds an Ethereum-compatible network with increased scaling and lower transactions costs.
Your main responsibilities will be to develop new features and provide support on the Aurora engine. Notably, keeping up to date with Ethereum improvements as well as quality improvements on the performance of the engine.
Aurora Labs labs have created the Aurora Ecosystem which mainly consists of two components: Rainbow Bridge and Aurora Engine. Rainbow Bridge is a fully trustless and decentralized bridge that interconnects Ethereum and NEAR ecosystems. Aurora Engine is an EVM built on the NEAR Protocol, delivering a turn-key solution for developers to operate their apps on an Ethereum-compatible, high-throughput, scalable and future-safe platform, with low transaction costs for their users.
If you are eager to dive into the competing cross-chain ecosystem and would like to work in an energetic environment, surrounded by highly productive and meticulous engineers, we would be happy to see you in Aurora labs!
Requirements
- Exceptional ability to keep things organized during the development of complex projects with a distributed team
- Proficiency in Rust
- Deep understanding of Blockchain technology and Ethereum in particular
- Knowledge of the Ethereum virtual machine
- Experience working in critical infrastructure systems, i.e blockchain
- Self-motivation and ability to fully own tasks
- Fast learner with a natural curiosity
- Clear ability and willingness to hustle and get things done
- Extreme ownership mentality - ability to take extreme ownership and full responsibility of tasks and projects
- Passionate about blockchain technology
- Able to provide valuable feedback and input during meetings
- Professionalism and quality in work ethic
- Staying committed to weekly assignments and being able to follow through
Nice to have
- Strong understanding of Ethereum smart contracts and best practices
- Experience implementing complex Ethereum contracts in Solidity
- Familiarity with NEAR
- Previous experience in the blockchain industry, particularly around the NEAR, Ethereum, Binance Smart Chain, or Solana ecosystem
- Basic knowledge of Javascript
- Basic knowledge of cryptography
Responsibilities
- Overseeing the release process of the Engine
- Follow EIPs (Ethereum Improvement Protocols) from Ethereum and implement them into the engine
- Maintenance of the Aurora engine
- Maintenance of documentation, product knowledge base, and on-call handbook
- Supporting the interaction between the Aurora Engine and other teams
- Working with the open-source community by collaborating with external contributors on our codebase, creating and participating in events, facilitating information exchange between our community and other open source communities
- Communication and collaboration with a fully distributed team
- Collaborate with Ethereum and being active in the Ethereum engineering forums
Join our dedicated team of blockchain industry professionals.
Please apply today — we’re standing by for your resume!
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.