EVM Jobs

1,213 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

Grass

Remote

$95k - $160k

Infura

United States

$72k - $100k

ConsenSys

United States

$72k - $100k

Parity Technologies

New York, NY, United States

$45k - $72k

Crypto.com

Singapore, Singapore

$36k - $100k

Infura

United States

$100k - $201k

ConsenSys

United States

$100k - $201k

Cake Group

Singapore, Singapore

$105k - $150k

DApp360 Workforce

United States

$74k - $87k

Consensys

Remote

$40k - $70k

SafeGlobal

New York, NY, United States

$89k - $112k

xLabs

Buenos Aires, Argentina

$90k - $100k

Oasis Protocol Foundation

Ljubljana, Slovenia

$98k - $110k

Oasis Protocol Foundation

Ljubljana, Slovenia

$72k - $100k

Senior Fullstack Engineer

Join Talent Pool

This job is closed

The Opportunity

We are looking for an experienced full-stack engineer to join our team.

As a core team member, your responsibilities will span various aspects of the protocol. You'll be involved in both the maintenance and enhancement of our existing codebase. Key areas of work include but are not limited to refining our core stability mechanism, facilitating multi-chain deployments, contributing to the management of our decentralized reserve, updating any of our React-based front ends and supporting our current oracle infrastructure.

What You Bring

The ideal candidate for us is a highly motivated problem solver who excels when working both independently and as part of a team. Beyond that, we are looking for individuals who have:

  • 5-10 years of professional engineering experience in a collaborative, product-driven environment.
  • Significant professional experience in Typescript, Go, Rust, or C#.
  • Proficiency in front-end and back-end technologies, such as React, Node.js.
  • Experience writing high-quality, well-tested code
  • An understanding of Solidity and the EVM.
  • Experience with cloud-based platforms, particularly Azure & Google Cloud Platform.
  • Experience with Docker and container orchestration services such as Kubernetes.
  • Familiarity with CI/CD pipelines and a strong grasp of the Software Development Life Cycle (SDLC).
  • Bonus: 1-2 years of experience in Solidity programming using frameworks such as Foundry, Hardhat, or Truffle.
  • Bonus: A history of deploying smart contract systems to a public EVM-based blockchain.
  • Bonus: Previous involvement with a smart contract system that has processed high-dollar volume transactions.
Why Mento Labs?

We're a team committed to making a real impact in the world of digital currencies. When you join us, you won't just be embarking on a job but a journey – one that's full of learning, growth, and the opportunity to contribute to a larger mission.

We don't just offer competitive salaries and benefits. We offer a supportive and inclusive environment, interesting and challenging projects, and the chance to work with some of the brightest minds in the field.

Ready to make your mark in the world of stablecoin and digital asset innovation? Come innovate with us, and help us shape the future of the web3 economy.

💡 Do you currently work in Web2 and want to apply your skills in Web3? Reach out to us!


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.