EVM Jobs

1,198 jobs found

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

Avara

Remote

$84k - $117k

OKX

Singapore, Singapore

$54k - $93k

R3

India

$105k - $117k

Tokemak

Remote

$200k - $300k

IOVLabs

Remote

$72k - $100k

Logos

Madrid, Spain

$90k - $190k

Cogito Protocol

Remote

$50k - $80k

Kyber Network

Singapore, Singapore

$9k - $75k

Kyber Network

Singapore, Singapore

$45k - $52k

Kyber Network

Hanoi, Vietnam

$9k - $75k

Kyber Network

Hanoi, Vietnam

$45k - $52k

Kyber Network

Ho Chi Minh City, Vietnam

$9k - $75k

TON Foundation

Remote

$9k - $22k

TON Foundation

Remote

$90k - $107k

TON Foundation

Remote

$77k - $100k

Senior Smart Contract Engineer

Avara
$84k - $117k estimated

This job is closed

Senior Smart Contract Engineer

Remote, EU
Engineering /
Full-time
/ Remote

Apply for this job
About us:

Avara is 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, Avara is 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:

Avara is looking for a senior smart contract engineer to innovate and build upon the Aave protocol and GHO stablecoin. You should have a strong passion for web3 technology and a deep understanding of smart contract development. In this role, you will be responsible for designing, implementing, and deploying smart contracts on Ethereum and other EVM based networks & work closely with the Aave team to develop and maintain the protocol.  

How you can make an impact:

    • Designing, implementing, and testing secure Solidity-based smart contracts and decentralised applications 
    • 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 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 of solidity and security 
    • You have experience working with DeFi protocols and a deep understanding of smart contracts and the EVM 
    • You research constantly and keep up with the latest hacks, tooling, and security practises 
    • 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!  


Equal opportunity statement:

Avara celebrates diversity and view each and every team member as a separate individual with their own unique identity. No matter your race, religion, gender, ethnicity, age, (dis)ability, sexual orientation or even the wallet you use, we welcome you at Avara. 
 
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.