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

Rome Protocol

Los Angeles, CA, United States

$67k - $107k

Gnosis

Remote

Gnosis

Remote

Consensys

Remote

$72k - $100k

Evmos

New York, NY, United States

$90k - $100k

Gnosis

Remote

Kiln

Paris, France

$72k - $150k

Moonsong Labs

Paris, France

$54k - $100k

Wintermute

London, United Kingdom

$22k - $31k

seal

New York, NY, United States

$98k - $110k

Lap of Love Veterinary Hospice

New York, NY, United States

$90k - $110k

Gnosis

Remote

Evmos

New York, NY, United States

$81k - $100k

Alongside

United States

$72k - $100k

Chainlink Labs

Remote

Rome Protocol
$67k - $107k estimated
Los Angeles Metropolitan Area US

About Rome Protocol

Rome Protocol is building a shared sequencer network leveraging Solana. Shared sequencers solve the biggest problems for Ethereum’s rollup-centric future. Using Solana as a shared sequencer leverages a well-tested, secure, and high throughput network to solve these problems.

Some of the biggest rollups are our pilot customers. We are building a shared sequencer that can be integrated with ZK rollups, Eclipse, OP stack, etc.

Our team is remote-friendly, and the founders are based in LA. We also have an office in LA available to work from in-person. The founders collectively have decades of experience in fintech and banking (JP Morgan, Deutsche Bank) with payment processing, fraud detection, etc.

As a software engineer, you will be responsible for contributing to design and development of the shared sequencer, working together with the founders and other engineers.

Responsibilities

  • Drive multi-week long projects, collaborating with other engineers.
  • Coding and contributing to technical design.
  • Review the code and designs of other engineers.
  • Mentor and onboard engineers.

Requirements
  • 2+ years of software engineering experience.
  • Experience with a backend programming language (e.g. Rust, Go, C++, Java).

Preferred
  • Experience with Rust, Solidity, SVM, EVM.
  • Experience with distributed systems and blockchain.
  • The perfect candidate has worked with Solana, Rollups, Validators, and understands Sequencers.

Benefits
  • Top-tier salary and equity package.
  • Remote-friendly role with flexible hours.
  • In-person office available in LA; founders are based in LA.
  • Health, dental, and vision coverage for US based employees.
  • Team on-site events.
  • Travel to crypto conferences.
  • Unlimited vacation policy.

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.