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

Blockscout Technologies

Remote

$18k - $72k

Maple

Remote

$74k - $110k

Consensys

Remote

$63k - $75k

Panther Protocol

United States

$40k - $65k

MetaMask

United States

$54k - $60k

MetaMask

United States

$48k - $70k

MetaMask

San Francisco, CA, United States

$54k - $60k

MetaMask

United States

$54k - $72k

Neon Labs

Remote

$54k - $79k

Neon Labs

Remote

$54k - $79k

Neon Labs

Remote

$54k - $79k

Ankr

Amsterdam, Netherlands

$11k - $85k

Textile

Remote

$36k - $60k

DevOps Engineer Blockchain

Blockscout Technologies
$18k - $72k estimated
remote
Join Talent Pool

This job is closed

We at Gnosis (formerly xDai) Chain are looking for a DevOps engineer to build and support Gnosis Chain infrastructure.

Gnosis Chain is a feature-rich, user-centered blockchain with stable payments designed for fast and inexpensive transactions loved by millions of users.

The same team is behind the first widely used bridge infrastructure (OmniBridge) for relaying assets and arbitrary data cross-chain, and BlockScout, a popular open-source block explorer.

  • 3+ years of experience as a DevOps, Infrastructure, or Cloud Engineer
  • Excellence in creating and using Docker images/containers in production systems
  • Strong experience working with configuration management tools like Ansible
  • Advanced knowledge of AWS
  • Experience in high load systems engineering
  • Experience designing and implementing scripts for custom tooling
  • Experience with automating existing processes and streamlining the way teams work
  • Experience with distributed blockchain systems, running and maintaining Blockchain nodes

Responsibilities

  • Deploying and maintaining products, services, and network components with a focus on security, reliability, and zero downtime
  • Managing cloud-based infrastructure (AWS) for existing products
  • Creating and managing validators for Gnosis Beacon Chain (Eth2.0-like beacon chain) and Gnosis Chain (EVM)
  • Automating development lifecycle
  • Be an integral member of a strong engineering team
  • Opportunity to create the most innovative and exciting products on the crypto market
  • Highly competitive salary
  • Attendance opportunities at Ethereum and project-based conferences and events
  • Culture of learning and growth within the blockchain space
  • Flexibility and autonomy in a decentralized work environment
  • This is a full-time position that is 100% remote. Work from anywhere in the world. EU time zone is preferable.
  • Compensation in crypto (USDT, ETH, BTC,etc ) or fiat (USD, etc)

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.