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

Advanced Blockchain

Remote

Build A Rocket Boy

Remote

$72k - $90k

qiibee

Remote

$56k - $60k

Web3Auth

Singapore, Singapore

$80k - $160k

Upshyft

Hyderabad, India

$12k - $36k

NiftyApes

Remote

$155k - $250k

Wombat Exchange

Hong Kong, Hong Kong

$40k - $100k

Chainlink Labs

New York, NY, United States

Cerulean Blue

Singapore, Singapore

$0k

Ankr Network

Amsterdam, Netherlands

$70k - $100k

qiibee

Remote

$56k - $60k

Cake DeFi

Singapore, Singapore

$48k - $75k

Cake DeFi

Singapore, Singapore

$11k - $60k

Senior Solidity Developer

Full time remote position

We are looking for a software developer with proven Solidity experience. You will be joining a highly technical team that has deep knowledge of DeFi and all the cool things from the blockchain ecosystem.

Responsibilities
  • High quality and well tested Solidity code, following the latest design and development patterns.
  • Write documentation, design flow diagrams and review PRs.
  • Research, design, scope and estimate what you need to do.
  • Collaborate with the UI team.
  • Constantly improve yourself by keeping up to date with the latest technologies trends.
Requirements & skills
  • 2+ years of experience writing, testing, deploying and verifying Solidity applications.
  • 5+ years of programming experience.
  • Know how to document your work and make it simple for the UI team to integrate what you’re creating.
  • Being able to work in a team environment, take part in audit sessions (and create remediation documents) and follow Agile-like processes.
  • Being passionate about crypto space (new developments tools releases and latest features of the solidity language).
  • Being able to work in a fast paced environment (you know, crypto?).
  • Written and spoken communication skills in English for professional environment.
Nice to have
  • Worked with L2s or different side chains
  • Understanding of low level parts of Ethereum blockchain, specifically
  • Understanding how Ethereum stores state and related data structures
  • EVM knowledge - opcodes etc.
  • Solidity and knowledge of ABI (eg. variable mapping to storage slots)
  • Experience with
  • GraphQL API
  • Ethereum blockchain test tools (e.g.Truffle, Embark, Hard Hat, etc.)
  • Experience with writing automation tests
Benefits
  • 100% remote & flexible hours
  • Growing challenging environment
  • Learning possibilities (conferences, meet-ups, courses and more!)
  • Additional equipment
  • Paid time off
  • Independent Contractor
  • Crypto Payment (USDC)

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.