EVM Jobs

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

Applied Blockchain

United Kingdom

$36k - $75k

paraform

San Francisco, CA, United States

$140k - $210k

SKALE Labs

Miami, FL, United States

$150k - $200k

Consensys

Remote

$104k - $24k

Monad Labs

New York, NY, United States

$72k - $100k

Further Ventures

Abu Dhabi, United Arab Emirates

$43k - $86k

Infinite Reality

San Francisco, CA, United States

$45k - $75k

Aragon Association

Remote

$90k - $90k

Toki

Miami, FL, United States

$54k - $115k

Susquehanna International Group, LLP (SIG)

United States

$72k - $100k

Syro

New York, NY, United States

$150k - $250k

Succinct

San Francisco, CA, United States

$62k - $77k

Succinct

San Francisco, CA, United States

$84k - $110k

Enya

Palo Alto, CA, United States

$37k - $75k

OKX

San Jose, CA, United States

$52k - $80k

Senior Software Engineer C++

Applied Blockchain
$36k - $75k estimated

This job is closed

Applied Blockchain is an innovative applications development company, focusing on distributed ledger technology and advanced cryptography. Based in London at Level 39, One Canada Square, Canary Wharf and in Batalha, Porto, Applied Blockchain has an expert team of developers creating cutting-edge solutions for disruptive startups and corporate clients in banking and finance, e-payments, energy trading, aviation, telecommunications and social impact sectors. We are also developing the next generation of blockchain solutions. These include Silent Data, a privacy-preserving data oracle for off-chain data, and London Bridge, a hardware-secured bridge between Algorand, Ethereum, and other EVM chains for cross-chain asset transfers.


What you’ll be doing

  • Contributing to a C++ and TypeScript codebase on our Silent Data product (with your focus being on the C++)
  • Designing and implementing new features for a rapidly evolving cutting edge product as part of a small agile team
  • Taking ownership of the product along with the rest of the team
  • Taking on some technical leadership responsibilities to help drive the direction of the product
  • 4+ years of C++ development experience
  • Good understanding of Linux/UNIX
  • Experience with container based architectures (we use docker and kubernetes)
  • Experience with Git
  • Experience with SQL Databases (we use postgres)
  • Software design and architecture skills
  • Blockchain knowledge (ideally Ethereum and Algorand) or cryptography knowledge

Nice to have:

  • Web development experience
  • TypeScript experience (part of the product includes a React frontend and Node.js backend)
  • Experience working with confidential computing (Intel SGX)
  • Knowledge of HTTPS and gRPC protocols
  • Experience leading a team
  • “Hybrid Flex Work” (you decide, every week, if you want to work full remote, hybrid, or physically in our office)
  • ÂŁ1000 euros annual allowance for Training (up to 50% of this value can be used for you to buy work station equipment to work from home).
  • 5 days/per year for Training.
  • In-person fun team events/team buildings every 3 months.
  • Company equipment and Onboarding kit.
  • Annual Bonus (dependant on company and personal performance).
  • Stock Option Plan.
  • Paid subscription of a mental health support app.
  • Birthday Off.
  • Amazing referral programme.

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.