EVM Jobs

1,196 jobs found

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

tao.bot

Remote

$120k - $240k

Lendr.fi

Remote

$150k - $350k

Agora

Remote

Syntivis AG

Remote

$72k - $80k

Polymarket

Remote

Kraken

United States

$90k - $100k

molecule.xyz

Berlin, Germany

$72k - $90k

Lazer Technologies

Remote

$120k - $160k

Chainlink Labs

United States

$72k - $75k

Web3 Recruit

Remote

$220k - $260k

Nibiru

Remote

$63k - $80k

Amber Group

Hong Kong, Hong Kong

$40k - $120k

Shardeum Foundation

Remote

$104k - $117k

About Hashgraph:

Hashgraph is a fast-growing software company committed to supporting, developing and servicing Hedera, an open source, proof-of-stake platform. Hedera is EVM-compatible and has been specifically built to meet the needs of enterprise and Web3 applications, which require speed, security, stability, and sustainability. Hedera’s public network is governed by industry-leading organizations, spanning 11 sectors and 14 regions, who oversee the development and direction of the decentralized platform.

About The Role:

The Smart Contracts team is looking for a seasoned engineer who can contribute to the development of the Hedera services in both the Java and the web3 APIs in JS/TS that process smart contract transactions across the network submitted using varied web3 tools.

 

You may find yourself doing all of the following:

  • Staying connected with the EVM ecosystem, bringing vital learnings, discussions, and applicable explorations on Hedera back to the team to improve EVM DevEx
  • Implementing and enhancing the Java-based smart contract services on the Hedera network that parse byte code and process transactions submitted to the network via an EVM  client
  • Designing, developing, and maintaining server-side logic for back-end solutions with public APIs involving TypeScript, SQL, data ingestion, REST, GraphQL, and Web Sockets
  • Applying Web3 knowledge of Solidity and EVM transactions life cycle
  • Writing efficient, reusable, and reliable code to optimize for maximum speed, scalability, and system efficiency
  • Exploring and unblocking web3 tool and DApp integration capabilities on Hedera, ensuring devs can continue to use their familiar tools when migrating to Hedera from other EVM chains
  • Continuously discovering, evaluating, and implementing new technologies to maximize development efficiency and effectiveness
  • Developing various aspects of the Hedera Hashgraph Distributed Ledger Ecosystem
  • Being a strong and proficient hands-on programmer
  • Spending 80% of your time designing, coding, and testing

Qualification Requirements:

  • Experience with distributed open-source application development
  • Excellent debugging, critical thinking, and interpersonal skills
  • Knowledge of the blockchain technology ecosystem, particularly the EVM
  • Expertise in the Java and JS/TS programming language and its ecosystem of libraries and tools
  • Experience with smart-contract development with Solidity/Vyper, Foundry, Web3.js / Ethers.js frameworks, JavaScript/TypeScript
  • Experience with Ethereum Development Suites (e.g., Harhat, Foundry, Truffle, Ganache, Tenderly)
  • Experience writing secure, efficient, and gas-optimized smart contracts for decentralized applications (DApps) on  EVM-compatible networks
  • Understanding of Ethereum ecosystem ERC20s, ERC721s, ERC1155s, on-chain and off-chain
  • Experience with Wallet integrations (MetaMask, WalletConnect, etc.): Tools and libraries for connecting Web3 applications with users' cryptocurrency wallets
  • Strong understanding of RESTful API design and development
  • Familiarity with test-driven software development processes and continuous integration tools and systems
  • Experience with web3 tools that support development, indexing, and transaction management, such as TheGraph
  • 7+ years of software development experience
  • Master’s degree in Computer Science or a similar field or equivalent work experience

Other skills that are great to bring with you but that we can help you develop:

  • Knowledge of the Hedera network
  • Deep knowledge of and experience with the Java VM, covering its strengths and weaknesses
  • 5+ years of Java experience
  • Deep knowledge of and 5+ years of experience with Node JS, covering its strengths and weaknesses
  • Strong grasp of Computer Science fundamentals, including concurrency, performance optimization, and reusability
  • Strong engineering principles and processes aimed at developing simple, modular, testable, and high-quality code
  • Familiarity with security principles, cryptographic tools and libraries
  • Familiarity with high-performance architectural systems and design patterns
⬇
Apply Now

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.