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

Gnosis

Remote

Vibhathi Labs

United States

$72k - $110k

Parity Technologies

New York, NY, United States

$63k - $100k

Blockswap

San Francisco, CA, United States

$63k - $100k

Blockswap

London, United Kingdom

$72k - $84k

Orbofi

San Francisco, CA, United States

$72k - $100k

Kava Labs

Atlanta, GA, United States

$72k - $110k

Kava Labs

Atlanta, GA, United States

$81k - $100k

Aave Companies

London, United Kingdom

$72k - $110k

VIR Consultant LLC

United States

$60k - $90k

Axiom

New York, NY, United States

$74k - $100k

NIL (CYPRUS) LTD

Lima, Peru

$72k - $100k

Biconomy

Remote

$72k - $100k

Nervos Network

Remote

Overmind

Remote

$72k - $100k

Gnosis
Freelancer, Full-time · Remote
What you will do
Gnosis Builders is the Ecosystem Team for Gnosis Chain, a community-run chain that is closely aligned with Ethereum’s values and community. We seek to build a chain that is credibly neutral and resilient, with nodes run by thousands of ordinary people across the globe. Gnosis continues to contribute to Ethereum’s growth as an experimental chain, where newcomers, quirky ideas, and indie projects are welcome. Gnosis is currently hiring for Core Devs who will contribute to both Ethereum and Gnosis. As a member of Ethereum’s Beaconverse, Gnosis runs the same execution and consensus clients at Ethereum, and contributes to the tooling, bug fixes, and funding of core development. We work directly with client teams like Nethermind and Erigon, and fund critical tooling for Ethereum clients. 

  • Maintaining Gnosis client images and coordinating releases

  • Triaging bug reports, implementing fixes and submitting upstream fixes to client teams

  • Implementing EIPs that are in Gnosis’ roadmap

  • Working with Execution Layer clients teams (e.g. Nethermind, Geth, Erigon, Besu, etc)

  • Working with Consensus Layer client teams (e.g. Lighthouse, Nimbus, Teku, Lodestar, Prysm, etc)

  • Working with R&D teams to accelerate the experimentation of EIPs (e.g. Account Abstraction, 4844, state expiry)

  • Maintaining Test Environments, Monitoring and Tooling

  • Maintain critical infrastructure for the network (e.g. ethstats, forkmon, checkpoint sync)

Who you are
  • Core Development experience (or eagerness to learn)

  • Curious and passionate

  • Takes initiative to solve problems and make an impact

  • Strong communicator who enjoys working with others

  • [Plus] Experience with Execution Layer clients: Nethermind, Geth, Erigon, Besu, Akula

  • [Plus] Experience with Consensus Layer clients: Lighthouse, Nimbus, Teku, Lodestar, Prysm

Apply for this position
About us

The Gnosis mission has always been centered on building decentralized infrastructure for the Ethereum ecosystem. When Gnosis was founded in 2015, it focused on building prediction markets to enable worldwide access to accurate information. While creating the prediction market platform, it became clear that Gnosis needed to build the infrastructure required to support it.

As a DAO, Gnosis uses the products that it creates to transparently guide decisions on the development, support, and governance of its ecosystem.

Gnosis Safe (multisig and programmable account), Cow Protocol (formerly CowSwap and Gnosis Protocol), Conditional Tokens (prediction markets), Gnosis Auction, and Zodiac (standard and tooling for composable DAOs) are all products incubated by Gnosis. Their success is demonstrated by the recent spin-out of Cow Protocol and the formation of SafeDAO. By combining needs-driven development with deep technical expertise, Gnosis has built the decentralized infrastructure for the Ethereum ecosystem.


In November 2021, the xDai and GnosisDAO communities voted to combine their vibrant ecosystems to create the Gnosis Chain. Gnosis Chain uses the xDai token. It is the associated execution-layer EVM chain for stable transactions and includes a wide-ranging group of projects and users.

Gnosis Chain is secured by a diverse set of validators. With over one hundred thousand validators and counting, we’re building a resilient and neutral network open to anyone without privilege or prejudice. Be a part of a team leading the web3 movement.
Apply for this position

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.