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

Ava Labs

New York, NY, United States

$190k - $238k

Kava Labs

Remote

$154k - $180k

Gnosis

Remote

Scroll.io

Remote

$72k - $112k

FEDML

New York, NY, United States

$72k - $112k

Nethermind

Warsaw, Poland

$71k - $100k

Gnosis

Remote

Gnosis

Remote

Oasis Protocol Foundation

Madrid, Spain

$91k - $104k

Stellar Staffing Solution

New York, NY, United States

$90k - $112k

Calyptus

San Francisco, CA, United States

$67k - $80k

Coinmarketcap

Remote

$33k - $64k

Altoros

Argentina

$45k - $77k

Aurora Labs

Remote

$54k - $96k

Circle

Taipei, Taiwan

$84k - $104k

Staff Virtual Machine Engineer

Ava Labs
$190k - $238k

This job is closed

WHAT YOU WILL DO

  • Extend the Avalanche Primary Network (https://docs.avax.network/learn/avalanche/avalanche-platform) to make deploying and interacting with Subnets (https://docs.avax.network/learn/avalanche/subnets-overview) simpler and more accessible
  • Design powerful abstractions over the EVM such that its core components can be independently deployed, optimized, and better adapted to Avalanche
  • Write and maintain low-level libraries that Custom Virtual Machines can use to communicate with AvalancheGo

Here are some specific examples of projects you could contribute to:

  • Make P-Chain uptime voting more scalable using BLS Multi-Signatures
  • Transition Subnets to use dynamic fees to price Subnet registration: https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/13-subnet-only-validators.md#pay-as-you-go-subnet-validation-registration-fees
  • Augment the security of Permissionless Subnets with Avalanche: https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/13-subnet-only-validators.md#avax-augmented-subnet-security
  • Enable Cross-Subnet Communication across the Avalanche Network using Avalanche Warp Messaging: https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/30-avalanche-warp-x-evm.md

You can view a full list of the projects we are working on here: https://github.com/orgs/ava-labs/projects/23

WHAT MAKES YOU A GOOD FIT

  • You believe in a future where blockchain technologies make the world a more fair and free place for everyone.
  • You have the desire to work on open-source code and engage with the community. You wish to work together with other talented contributors instead of working alone.
  • You are a coder. You prefer implementing a proof-of-concept before writing a multi-page technical document.
  • You create and find projects that provide value. You don’t need to wait for someone to tell you what to research or work on.
  • You have an obsession with code quality and performance. You ship code when it is ready, not as soon as it passes unit tests.

WHAT YOU WILL BRING

  • Demonstrated capability in subject area (open source code or published work is a bonus)
  • Golang or Rust programming experience

Salary Range: $190,400 to $238,000

(**This is not a guarantee of compensation or salary, a final offer amount may vary based on factors including but not limited to experience and geographic location.)

#LI-Remote #LI-RP1

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.