EVM Jobs

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

In Technology Group Inc (US)

United States

$140k - $160k

NAHC Limited

Hong Kong, Hong Kong

$71k - $112k

Paraspace

San Francisco, CA, United States

$63k - $79k

Blowfish

Zurich, Switzerland

$54k - $97k

DappLooker

Remote

$2k - $12k

Windranger Labs

Singapore, Singapore

$36k - $60k

Binance

Remote

Mycelium

Sydney, Australia

$54k - $100k

Ava Labs

New York, NY, United States

$54k - $79k

TechTA LLC

San Francisco, CA, United States

$160k - $225k

Flylance

New York, NY, United States

$90k - $100k

Pundi X

Singapore, Singapore

$13k - $66k

BCW Group

Hong Kong, Hong Kong

$40k - $90k

Sarvatech Labs Pvt Ltd

Bengaluru, India

$55k - $75k

Blockchain Developer

In Technology Group Inc (US)
$140k - $160k

This job is closed

Blockchain Developer

$160,000

Fully Remote


This is a very rare opportunity.


There’s a lot of smoke and mirrors in the blockchain world. It can be a minefield for genuine engineers looking for reliable and genuine career options.


This is one of the most secure blockchain engineering opportunities I’ve ever come across and I’m very excited to be working alongside this company.


This company…

** Pay exceptionally well

** Offer equity to their permanent employees

** Reserve 25% of all their tokens for their staff

** Have some incredible investors & tech partners (Hivemind, Solana, Griffin Gaming, Avalanche, Layer Zero… the list goes on!)


They are a genuine player in this space and, as such, are on the hunt for a genuine blockchain developer.


By the end of the year, they will have hired 5 blockchain developers, meaning you will be in a team of likeminded professionals working on an exciting new launch.


This project is at ground zero and we’re looking for ‘builders’ – we need someone who’s going to be excited by the prospect of building something from scratch.


What is the project?


My client is creating a AAA blockchain enabling game. This is going to be a very big release and the engineers involved in this project will get the incomparable experience of building a game from the ground up for a reputable and well-known blockchain company.


The role in a nutshell?


** Assist the Lead Architect in defining the direction of blockchain applications from a design and technical perspective

** Developing game economy

** Writing smart contracts

** Writing the libraries to interface with smart contracts

** Backend development

** Ensure code safety by working with audit firms


What tech experience do you need?


** Writing distributed, high-performance services

** Rust, Solidity, JavaScript and other related languages in relation to Web3 and Smart Contracts

** Ethereum, EVM

** Implementing engineering solutions

** Git, code reviews, testing

** REST and GraphQL API’s

** An understanding and interest in DeFi, NFT’s, DAO’s, Sub Graphs


To succeed, you need to be excited by the prospect of experimenting with new technologies and ideas to propel the projects forward.


In fact, this company actually reserve 10% of your working week for time for you to spend on researching and experimenting with new ideas and tech.


Sounds interesting doesn’t it!


Hit apply and we’ll get you in the interview process ASAP.

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.