EVM Jobs

1,209 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

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

Technical Paradigm LLC

Chicago, IL, United States

$67k - $100k

Gnosis

New York, NY, United States

Gnosis

Remote

Swell Network

Sydney, Australia

$36k - $70k

Senior Blockchain Infrastructure Engineer

Evmos
$90k - $100k estimated

This job is closed

Evmos is on a mission to develop and ship the foundational tools necessary for building the cross-chain applications of the future, freeing developers from the confines of today’s siloed blockchains. Our teams are building for a world where the next million Web3 users are simply regular users. Read our latest manifesto here.

Evmos opens a new frontier for blockchain applications, expanding the functionality of the EVM by enabling cross-chain applications that tap the liquidity and user bases of multiple blockchain ecosystems to provide more unified experiences.

This is an opportunity to join Evmos at a pivotal time on our growth journey. Having just raised $27m in funding from investors including Polychain Capital, Coinbase Ventures and Circle Ventures, Evmos is now poised to accelerate towards our goal of becoming the playground for Ethereum Apps in the Cosmos ecosystem.

As our Blockchain Infrastructure Engineer, you will play a vital role within our dedicated DevOps team, defining and implementing strategies to manage and optimise our infrastructure.

Your hands-on expertise will allow you to implement system infrastructure best practices and create essential guidelines for our developer community. You will also be tasked with constructing automated tools and workflows to bolster our validator community, node partners, and core engineering team.

This role is a perfect match for someone with solid experience in both DevOps and software development, looking to leverage their skills in a challenging yet rewarding environment.

As part of our team, you'll have the unique opportunity to collaborate with other engineering teams and engage with projects within the wider ecosystem like IBC, Cosmos, and Tendermint Core teams.

  • Demonstrated proficiency in English, both written and verbal
  • Must be Europe-based
  • Minimum of 3 years of experience in a similar role or as a Site Reliability Engineer (SRE)
  • Solid expertise in at least one programming language
  • In-depth knowledge of blockchain technology and smart contracts
  • Experience in managing validator nodes across several testnets and mainnets
  • Proven track record of specifying, procuring, and setting up environments and infrastructures for validator nodes
  • Demonstrable experience with modern Infrastructure as Code (IaC) tools
  • Proven experience with writing and managing configuration manifests
  • Expertise in designing and implementing processes related to validator node operations
  • Strong understanding of SLAs and KPIs
  • Excellent problem-solving skills with the ability to coordinate hard forks and handle emergency responses to failures
  • Excellent communication skills with the ability to document and convey technical details clearly
  • Experience in training and guiding teams
  • Proven history of contributions to open-source projects, excluding minor changes such as README file updates
  • Understanding of Byzantine Fault Tolerance (BFT) and Proof of Stake (PoS) blockchains

Below is a list of company benefits available to Evmos employees. We are constantly updating them as part of the regular feedback cycle from the team. Please reach out to us if you have a special requirement when applying to a position and we will happily take it into consideration.

  • Competitive salary, plus token package
  • Fitness and mental health/mindfulness stipends
  • All necessary equipment, tech, and office setup
  • Global co-work membership (for remote employees)
  • Health Care coverage
  • Quarterly team off-sites and retreats
  • Full reimbursement for ecosystem conferences (travel, accommodation, and tickets)
  • Continuous learning stipends / Educational budget
  • Transportation stipends, eg: Bike, public transportation, Uber / cab (in case of work-related or after-hour traveling)
  • Unlimited vacation policy for full-time employees
  • PTO and situation-specific support
  • Maternity and paternity leave
  • Visa sponsorship for US or Germany*

*Subject to review by local authorities

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.