EVM Jobs

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

Agora

Remote

pod network

Remote

$74k - $100k

Agora

Remote

LI.FI

Remote

$65k - $120k

Cheesecake Labs

Remote

Agora

Remote

Tenderly

Remote

Lendr.fi

Remote

$150k - $350k

Syntivis AG

Remote

$72k - $80k

Elysa
$110k - $150k
Remote
Apply

 

Who We Are
Elysa is a next-generation collectibles platform — a true paradise on-chain — where physical and digital assets come together. We enable collectors to mint, trade, and redeem tokenized collectibles across multiple categories with seamless fiat onboarding. By combining a social marketplace experience with vaulting partnerships, Elysa creates the most engaging and liquid hub for global collectors. 

About the Role
We’re seeking a Senior Full-Stack Engineer to help build the MVP of our Web3 collectibles platform. This is a hands-on role where you’ll work directly with the founder to shape product decisions, choose the right integrations, and deliver a polished MVP that collectors can actually use. Your code will go live quickly, and you’ll have the opportunity to influence both the technical foundation and the user experience. 

What You’ll Be Building
Our MVP blends physical + digital collectibles, with features including: 

  • ERC-1155 pack minting (off-chain rarity, VRF-based randomness)
  • Reveal flow with animations
  • Burn-to-redeem mechanics for physical vault items
  • Marketplace integration (OpenSea’s Seaport or Reservoir Protocol)
  • Basic social features (leaderboards, referrals, etc.)


Tech Stack (Preferred)
 

  • Smart contracts: Solidity / Hardhat
  • Frontend: Next.js / React
  • Backend: Node.js / TypeScript
  • Database: PostgreSQL / MongoDB
  • Web3: ethers.js, wagmi, etc.
  • Familiarity with Arbitrum / Base is a plus


Requirements
 

  • 6+ years of full-stack development experience (frontend + backend)
  • Strong Web3 experience (NFTs, smart contracts, marketplace protocols)
  • Experience with Seaport / Reservoir is a big plus
  • Ability to scope, estimate, and deliver clean, secure code
  • Good communication in English


Compensation
 

  • Open to discussion 
  • Equity may be considered for the right candidate

 
[email protected]

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.