EVM Jobs

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

ChainSafe Systems

New York, NY, United States

$72k - $75k

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

Senior BlockOps Engineer Golang Sygma

ChainSafe Systems
$72k - $75k estimated

This job is closed

ChainSafe is a leading blockchain research and development firm specializing in infrastructure solutions for the decentralized web. Alongside its contributions to significant ecosystems such as Ethereum, Polkadot, Filecoin, Mina, and more, ChainSafe creates solutions for developers and teams across the web3 space utilizing our expertise in bridging,gaming,NFTs, anddecentralized storage. As part of the mission to build innovative products for users and better tooling for developers, ChainSafe embodies an open-source and community-oriented ethos.

To learn more about ChainSafe, look at our Discord, GitHub, and website.

Here’s what you need to know before reading on:

  • Our progressive tech stack includes Go, Rust, and TypeScript
  • We spearhead ecosystem projects like Lodestar, Web3.js, Forest, Mina-rs, and Gossamer
  • We are global, remote-friendly, and open to contractors
  • You’ll form part of the Sygma Engineering team, our bridging protocol
  • At Sygma we believe that cross-chain interoperability is the fundamental enabler for the next wave of growth in the blockchain industry. Sygma will empower builders to create streamlined experiences where users are not confined to one ecosystem. By enabling elaborate cross-chain functionality and putting most of the steps under the hood, Sygma will enable smooth, web2-like user experiences. For more information about Sygma please visit buildwithsygma.com

At ChainSafe, you’ll be part of a team that believes in the community's vital importance and contributes to advancing humanity with open-source and decentralized technology.

About the role

As our Senior BlockOps engineer for Sygma, our cross-chain interoperability protocol, you will play a vital role in our dedicated BlockOps team, defining and implementing best-practice strategies and guides to manage and optimize our infrastructure.

The BlockOps team supports the critical systems, services, and tooling at the foundation of Sygma’s mission, to abstract away all the complexities of cross-chain interoperability to enable users to ‘deposit from anywhere’. We enable Sygma’s engineers to design, develop, and operate services quickly, safely, securely, and reliably. BlockOps teams build and maintain the platforms critical to the existence of Sygma.

Your expertise will undoubtedly contribute to the sophistication of blockchain applications and redefine the boundaries of what's possible within this emerging technological sphere. All work across Sygma will be open-source, ensuring expansive opportunities for deep contribution and collaborative efforts across various web3 blockchains and ecosystems.

Responsibilities

What you will be doing

  • Ensure reliable operation of the company’s distributed Relayer nodes operations across various blockchain networks (EVM, Substrate, Cosmos SDK) while adhering to internal SLAs and committed KPIs
  • Design and implement procedures related to Sygma’s Relayer node operations (deployment and upgrade, incident response, and key management)
  • Build monitoring and observability for various Sygma services including a distributed set of relayers and various blockchain full nodes.
  • Provide training and guidance for other members of the infrastructure team, ensuring round-the-clock node operation and incident response.
  • Document and communicate technical details via open-source documentation
  • Collaborate with various internal teams and the wider community to build, expand, and scale Sygma’s architecture, by tapping into new trends and opportunities highlighted by internal data, blockchain research, and the wider blockchain ecosystem

Requirements

  • Solid dev. experience with Golang
  • Experience working with AWS services
  • Demonstrable experience with modern Infrastructure as Code (IaC) tools (Terraform, Helm, Ansible, etc), automating deployment, and best CI/CD practices and tools.
  • Experience with monitoring and alerting tools (DataDog, Grafana, Prometheus, etc.)
  • Experience implementing distributed tracing, monitoring, and logging systems using OpenTelemetry Protocol
  • Experience building and participating in incident response systems (PagerDuty, etc) and handling the emergency response to production environment failures.
  • In-depth knowledge of distributed systems and blockchain technology.
  • Excellent communication skills with the ability to document and convey technical details clearly
  • Ability to work autonomously as well as with the wider team

As a plus:

  • TypeScript, Solidity, or Rust is a big plus
  • Experience with specifying, procuring, and setting up infrastructures for Blockchain validator nodes, and managing them across several blockchain networks.
  • Experience automating network deployment and testing of SmartContracts with various tools (Truffle, HardHat, Foundry, Anvil)
  • Understanding at least two of the following domains - Web Security, Web3 Security, Cloud Security, Systems Security, and Applied Cryptography.

Hiring Steps

  • Selected candidates will be invited to a 30–to–45–minute screening call with one of our tech recruiters
  • Next, candidates will be invited to a 60-minute values interview with one of our team members
  • Technical 60-minute interview with one of our engineers
  • Then, candidates will be asked to complete a technical task in under 10-15 hours, but we provide up to 5 business days to complete it
  • After the completion of the test assignment call with Engineering team to discuss the results, for 60 minutes.
  • Lastly, candidates will be invited to a 60-minute interview with the hiring team members

Why Join ChainSafe

Founded by developers for developers, ChainSafe is a remote-first company with an international team. We continue to provide opportunities for personal and professional growth, value autonomy and responsibility, have a results-driven environment, and offer flexible work hours.

We care deeply aboutour valuesand look for these attributes in every new team member. In addition, we recognize the benefits of cultivating a diverse team and aspire to embed respect for all people into our culture. We encourage women, the LGBTQIA+ community, people of colour, and members of any other group underrepresented in the blockchain space (or tech in general) to apply.

How to Apply

Please fill out the Greenhouse application form below and ensure that you attach your resume and link your Github/Gitlab profile or any software project you have contributed to (if applicable).

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.