EVM Jobs

1,199 jobs found

Receive emails of EVM Jobs
Job Position Company Posted Location Salary Tags

Arbitrary Execution, Inc.

United States

$72k - $75k

Arbitrary Execution, Inc.

United States

$72k - $100k

Hex Trust

Dubai, United Arab Emirates

$72k - $22k

Chaos Labs

New York, NY, United States

Bitget

Hong Kong, Hong Kong

$72k - $91k

Evmos

San Francisco, CA, United States

$67k - $72k

SeaClub

United States

$75k - $120k

Coinmarketcap

Remote

$72k - $110k

Chaos Labs

New York, NY, United States

$31k - $100k

Chaos Labs

New York, NY, United States

$72k - $80k

Kava Labs

Los Angeles, CA, United States

$130k - $160k

Celsius

United States

$54k - $60k

Sky Mavis

Ho Chi Minh City, Vietnam

$63k - $90k

Halborn

United States

RabbitHole

New York, NY, United States

$63k - $75k

Senior Web3 Software Engineer

Arbitrary Execution, Inc.
$72k - $75k estimated

This job is closed

Working with Arbitrary Execution

Arbitrary Execution is committed to securing the decentralized ecosystem. We are a team of experienced security research engineers that enjoys tackling complex problems in innovative ways. We work on smart contract auditing, security research, software development, consulting, and customized training. As a Blockchain Software Engineer, you’ll work in a unique position at the intersection of software development, security, and blockchain technology.

At Arbitrary Execution, you’ll be making a difference in the fast-growing crypto world, doing meaningful work to enable the success of our diverse set of customers. As a Web3 Software Engineer, you have:

  • 4+ years of experience in a software development role
  • Knowledge of how EVM-based blockchains and smart contracts work
  • Experience reading and writing Solidity code
  • Proficiency working with Python, JavaScript, or C (all three would be great!)
  • Proficiency working with Go or Rust a plus

You’re a smart, detail-oriented person that knows how to get things done. You find this blockchain stuff interesting and you’re excited to get involved. You enjoy working with others to design and build custom software and you also have:

  • A bachelor’s degree in computer science, data science, cyber security, computer engineering, or other technical degree or equivalent work experience
  • A strong desire to learn and grow

Arbitrary Execution recognizes that a company is nothing without happy employees. We cultivate an encouraging and innovative workplace and give employees flexibility to work on their terms. Arbitrary Execution offers industry-leading benefits, including:

  • Employer-funded health, dental, vision, and life insurance
  • 401(k) employer contribution (no need to deposit matching funds)
  • Flexible leave policy
  • Flexible hours and opportunities to work from home
  • An equity ownership share in our company

This is a US-based, 100% remote 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.