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

Clearmatics

London, United Kingdom

$50k - $84k

Subspace Labs

Remote

$63k - $75k

Alchemy

Remote

$54k - $75k

Acala

Remote

$54k - $70k

Acala

Remote

$54k - $70k

Torus Labs

HQ

$39k - $90k

Polychain Capital

San Francisco, CA, United States

$45k - $80k

Binance

Asia

Binance

Asia

Binance

Remote

Binance

Asia

Set Labs

San Francisco, CA, United States

$54k - $70k

Interlay

London, United Kingdom

$36k - $90k

Binance

Singapore, Singapore

Binance

Remote

Lead Software Engineer Blockchain Golang

Clearmatics
$50k - $84k estimated
London, England, United Kingdom
Join Talent Pool

This job is closed

Clearmatics is a protocol engineering company. We are building a new financial market architecture that is more open, fair, and resilient than the legacy systems that are in use today. We develop protocols and software that create new markets for risk and more efficient infrastructure for trading, backed by a robust and scalable blockchain network, and secured with modern cryptographic techniques and economic mechanism design.

Clearmatics is based in London but operates on a 'remote first' model. We welcome candidates from all over the world. We have close ties to the Open Source and Ethereum communities, with Vitalik Buterin as an adviser.

The Engineering team at Clearmatics is responsible for developing our blockchain software at Layer 1 and Layer 2. At the core of our stack is the Autonity client, the node software that powers our blockchain network. It is based on Ethereum (go-ethereum) and is secured by Tendermint Proof-of-Stake consensus. Our decentralised platforms are built on smart contracts and decentralised applications, and are supported by backend services in Go.

We're looking to hire aLead Software Engineerto expand our team.

ABOUT YOU

As an experienced software engineer, you know what it takes to ship high-quality software in production. You take pride in writing clean, efficient, and maintainable code. And you are an advocate for best practices, continually looking to learn and to improve.

You can thrive in a fast-paced and innovative startup environment, and you aren't deterred by unknowns or unfamiliar concepts. You communicate clearly in writing and in discussions. And you are comfortable with coaching other developers to help them achieve their potential.

RESPONSIBILITIES

  • Design, build, and maintain production-grade blockchain software
  • Play a central role in team activities and our development processes
  • Produce technical specifications and reference documentation
  • Contribute to team planning, estimation, and technical roadmapping
  • Promote and implement software engineering best practices
  • Coach junior developers, lead code reviews and demonstrations

REQUIREMENTS

  • A Bachelor's in Computer Science or related technical field
  • 8+ years experience as a full-time software developer
  • Technical leadership experience within an Agile development process
  • Proficiency in a systems language like Go, Rust, or C++ (Go preferred)
  • A strong background in concurrent and distributed programming on Linux
  • Knowledge of blockchain fundamentals such as: consensus, P2P, crypto
  • Some experience in blockchain software development (Ethereum preferred)

BONUS POINTS

  • Knowledge of core Ethereum APIs, protocols, and technologies (e.g. EVM)
  • Smart contract development using Solidity and Web3 JavaScript APIs
  • Experience in DeFi (decentralized finance) or derivatives trading
  • Contributions to open source projects and especially in blockchain

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.