EVM Jobs

1,210 jobs found

web3.career is now part of the Bondex Logo Bondex Ecosystem

Receive emails of EVM Jobs
Job Position Company Posted Location Salary Tags

Aave Companies

Remote

$65k - $100k

Evmos

New York, NY, United States

$67k - $72k

Windranger Labs

United States

$90k - $150k

Limit Break

United States

$36k - $54k

Coinmarketcap

Taipei, Taiwan

$72k - $150k

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

Staff Rust Engineer

Aave Companies
$65k - $100k estimated
Remote, EU
Join Talent Pool

This job is closed

Staff Rust Engineer

Remote, EU /
Engineering /
Full-time
/ Remote

Apply for this job
About us: 

The Aave Companies are a group of software development companies that build open-source, blockchain-based software for the Web3 world. With a mission to reinvent our modern paradigms in the realm of finance, social media and beyond, we are focused on building revolutionary products and protocols that will reinvent the ways we communicate, our financial systems, and our cultural norms. United with one clear goal, the Aave Companies are determined to build a future for users that provide them with better control over their finances, data and social experiences.

Our culture: 

Having cultivated a thriving, collaborative culture, our team is kind, welcoming and passionate about what we are building. We celebrate differences and seek to develop and retain the most talented people from a diverse candidate pool from all over the world. No matter where you are based, no ghost will be left behind and we appreciate every moment we get to work and have fun together.

About the role:

Aave is looking for a staff Rust engineer to innovate and build upon our various products and services. You should have a strong passion for web3 technology and an understanding of smart contract development and blockchain systems. In this role, you will be responsible for designing, implementing, and writing backend systems in Rust. You will also be interacting with smart contracts in solidity and other EVM based networks You will work closely with the Aave leadership, product and technical teams.

How you can make an impact:

    • Designing, crafting, and testing secure Rust based code
    • Participating in the development of protocol-level infrastructure and tools  
    • Collaborating with cross-functional teams to define, design, and ship new features and functionality
    • Responding to security vulnerabilities, simulating the scenario, and evaluating a strategy and response
    • Debugging and troubleshooting issues that arise during the development process
    • Reviewing code written by other engineers to ensure it meets the required standards and specifications with a focus on security
    • Staying up to date with developments in the Rust and Ethereum ecosystem and incorporating new technologies as appropriate
    • Providing technical guidance, support, and mentoring to other engineers as needed

Let's connect if:

    • You are someone who builds, innovates, and ships features with the highest standards
    • You have expertise in Rust and have high degree of comfort with advanced concepts
    • You have experience with network and distributed systems programming in particular as a nice-to-have as well
    • You research constantly and keep up with the latest hacks, tooling, and security practices
    • Are passionate about DeFi and enjoy working in web3 and the bleeding edge of technology
Haven’t quite met all the criteria? Let’s not miss out on the chance to speak. Whilst you might not meet every single requirement, you might bring other, more exciting skills to the companies!

What we stand for:

Craft — Seek excellence.
Accountability — One for all. All for one.
Integrity — Be true.
Sisu — Dig deep.
Community — We’re in it together. 

Equal opportunities statement: 

The Aave Companies celebrates diversity and views each and every team member as a separate individual with their own unique identity. No matter your race, religion, gender, ethnicity, age, disability, sexual orientation or even the wallet you use, we welcome you at the Aave Companies. As an equal opportunities employer, we take accountability and believe in everyone's potential to build, create and inspire changes. With a mission to build a diverse workforce, we are proud to foster a working environment in which everyone can feel safe and valued for who they are.
Apply for this job

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.