EVM Jobs

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

dcSpark

United States

$54k - $80k

Coinbase

San Francisco, CA, United States

$185k - $213k

Mycelium

Melbourne, Australia

$72k - $75k

Kosen Labs

San Jose, CA, United States

$0k

CENNZnet

Remote

$90k - $170k

Binance

London, United Kingdom

Horizon Blockchain Games

Toronto, Canada

$63k - $82k

Ferrum Network

Salt Lake City, UT, United States

$63k - $75k

CR3 Labs

United States

$110k - $160k

Chain

Remote

$45k - $90k

Crossmint.io | Making NFT's Accessible to Everyone

Miami, FL, United States

$43k - $86k

Binance

Remote

Consensys

Remote

$36k - $54k

PureStake

Boston, MA, United States

$0k

Rally

Remote

$0k

Solidity Developer

dcSpark
$54k - $80k estimated

This job is closed

About Us

We work with the most talented and creative professionals worldwide as we focus on building critical products and solutions on top of the most promising crypto projects. We are on the cutting edge of Blockchain, constantly curious on what would come next.

Our people have a global mindset and are highly interested in going one step beyond to achieve the best team work, no matter where we are located. We are a remote first company!

You will join a team of talented developers and passionate humans that are happy to devote their time on understanding how to keep building what the global blockchain community needs.

We want you to be the owner of your tasks and goals and that's why we value ownership as one of our values. We work on different time zones and locations, flexibility is a must for us: You manage and coordinate your time.


Position

We are seeking a Solidity Developer to work in house to build new and improve existing smart contracts while also tackling projects related to EVM-related tooling. You will join a team of talented developers who are focused on building out the future of interoperability with a focus on EVM support in several leading L1 Blockchains.


Responsibilities

  • Produce high quality and well tested Solidity code, following the latest design and development patterns.
  • Ensure code produced matches technical specification and business requirements.
  • Research, design, scope and estimate what you need to do.
  • Create technical documentation.
  • Work with teams across time zones.
  • Perform source code management and versioning.
  • Work on tooling integrations related to the EVM for multiple chains.
  • Constantly improve yourself by keeping up to date with the latest technologies trends.

Requirements

  • 5+ years of experience as an Engineer.
  • 2 years+ experience developing for ethereum or evm-compatible chain
  • Knowledge about Blockchain fundamentals, cryptography, P2P Networks, DeFi.
  • Strong knowledge of common algorithms and data structures
  • Understanding of how blockchain architecture, private keys, and standards protocols work
  • Good understanding of blockchain test tools (e.g.Truffle/Embark/Hardhat)
  • In-depth understanding of Web3 dynamics and inner workings
  • Good written and spoken communication skills in English.

We pay excellent: we ask for excellency

Flexible Holidays: We respect all local holidays.

International Team - You will join a group of global folks!

Remote first: We hire the best, no matter where.


Learning & opportunities: We are the creators of the future, we are in constant learning.

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.