EVM Jobs

412 jobs found

Part of the Bondex Ecosystem

WxRK

Stop applying — get discovered by hiring agents.

Build your profile
Job Position and Company Posted Location Salary Tags

$58k - $87k

$0k

$0k

$300k - $350k

$150k - $200k

$36k - $60k

$80k - $140k

$40k - $70k

$80k - $100k

$30k - $110k

$130k - $210k

$54k - $82k

$100k - $150k

$0k

$0k

Heera Digital
$58k - $87k
Texas Austin United States

About the role: As the blockchain lead at Heera Digital, you will lead the development team in the integration of web3 tooling and libraries, as well as perform smart contract development. You will develop new features, as well as create and integrate our utility token and DAO.

Responsibilities:

  • Lead web3 integration of our app
  • Create on-chain indexers for EVM-based NFT contracts
  • Write and test smart contracts
  • Manage web3 tooling, providers, APIs

Must haves:

  • Minimum 2 years experience using: React, TypeScript
  • Experience with Ethers or similar libraries
  • Experience working with node providers (ex. Alchemy, Infura, Covalent, etc.)
  • Strong ability to write smart contracts in Solidity
  • Experience with ERC-20, ERC-721, and ERC-1155 tokens
  • Prior development on other EVM chains (Polygon, Avalanche, etc.)
  • Able to write automated tests
  • Write maintainable, high-quality code and documentation
  • Proactive and self-guided, able to work in a fast-paced environment
  • Strong communication skills
  • High empathy and emotional intelligence

Nice to haves:

  • Experience setting up DAOs
  • Experience developing with non-EVM chains
  • Experience with Geth or Golang

Perks & benefits:

  • Fully remote possible
  • Flexible hours
  • Competitive rates
  • Equity/token allocation

Heera Digital focuses on SaaS, Digital Rights Management, Cryptocurrency, Blockchains, and Blockchain / Cryptocurrency. Their company has offices in Austin, Santa Monica, and Calgary. They have a small team that's between 1-10 employees.

You can view their website at https://www.heera.digital

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.