EVM Jobs

976 jobs found

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

Auroblocks

India

$115k - $19k

VaynerX

New York, NY, United States

$60k - $98k

VaynerMedia

New York, NY, United States

$60k - $98k

Slash Web3 Payments

Japan

$40k - $120k

MetaMask

United States

$60k - $155k

Consensys

Remote

$60k - $155k

MetaMask

United States

$99k - $205k

GammaX

United States

$80k - $220k

PureLogics

United States

$50k - $80k

SeaClub

United States

$60k - $160k

Giddy Up

United States

$83k - $220k

Coinmarketcap

Sydney, Australia

$69k - $165k

Faro

Palo Alto, CA, United States

$90k - $200k

Consensys

Remote

$99k - $205k

Coinmarketcap

London, United Kingdom

$50k - $170k

Ezil.me

Remote

$100k - $140k

MetaMask

United States

$99k - $205k

Chaos Labs

New York, NY, United States

Tokemak

Remote

$200k - $300k

Evmos

San Francisco, CA, United States

$75k - $120k

SeaClub

United States

$75k - $120k

Coinmarketcap

Remote

$80k - $220k

Proof Labs

Remote

Firm

Remote

Celsius

United States

$60k - $120k

Auroblocks
$115k - $19k
India

AuroBlocks is looking to hire a full-time Java Script & Solidity Developer to join our team. AuroBlocks was established in May 2018. Today the AuroBlocks team has built several suites of products while steadily building a strong community. Our vision is to provide a next-generation web3 projects which set themselves apart through unique aesthetics, strong technical competency, and innovation.
AuroBlocks team is a welcoming group of individuals committed to building the future of Web3 in the DeFi space. We encourage open communication among the team to foster an environment of support and growth.
We are looking to hire a full-time team member to work closely with our lead developer. The right person will have to be well-versed in a range of technologies and familiar with the DeFi space.

We’re looking for someone who can:

  • Develop and review Solidity smart contracts
  • Write extensive tests and be obsessed with security
  • Implement new features
  • Be independent and pro-active
  • Experience with Solidity, ethers.js, and hardhat with a good understanding of the EVM
  • Experience with the graph protocol
  • Strong familiarity with DeFi protocols, specially AMM and stablecoins.
  • Knows how to achieve 100% test coverage on his code
  • Understand and continue to learn about technical analysis to identify formulas and methods necessary to generate proper technical analysis. You will have to be able to learn independently.
  • Implement the code for business logic on both backend and frontend.
  • Write code that is easy to read and understand with proper documentation.
  • Write secure and flexible smart contracts, with scripts for deploying and interacting
  • Able to write BOTs with NodeJS, APIs using NESTJS, UI using React and Typescript.

What we offer:

  • 100% Remote, friendly team culture
  • An opportunity to be early on a protocol that will revolutionize DeFi
  • Competitive Salary

Auroblocks focuses on Cryptocurrency, Blockchains, Blockchain / Cryptocurrency, and Web3. Their company has offices in Singapore and Pune. They have a small team that's between 1-10 employees.

You can view their website at https://www.auroblocks.com/

When applying, mention the word CANDYSHOP to show you read the job post completely. This is a beta feature to avoid spam applicants. Companies can search these words to find applicants that read this and see they are human RMTguMjA2LjkyLjI0MAM

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.