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

Applied Blockchain

London, United Kingdom

$62k - $70k

Overmind

India

$90k - $118k

Oasis Protocol Foundation

New York, NY, United States

$91k - $104k

Oasis Protocol Foundation

Prague, Czech Republic

$91k - $104k

OpenZeppelin

United States

$36k - $70k

Alongside

Remote

$72k - $100k

Gnosis

Remote

Monad

New York, NY, United States

$200k - $250k

R3

Abu Dhabi, United Arab Emirates

$116k - $189k

Evmos

New York, NY, United States

$76k - $150k

Monad Labs

New York, NY, United States

$150k - $200k

Gnosis

Remote

Monad

New York, NY, United States

$125k - $150k

Monad

New York, NY, United States

$150k - $200k

Selby Jennings

United States

$180k - $250k

Junior Software Engineer C++

Applied Blockchain
$62k - $70k 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

  • Working on a cutting edge product that uses next generation cryptography to enable parties to act together and generate meaningful outcomes without having to share their sensitive data.
  • Computer Science or STEM masters or higher.
  • C/C++ knowledge
  • Adaptation to learning new things in depth
  • Good understanding of low level programming
  • Basic understanding of Linux and bash
  • Attendance at the Canary Wharf office in London twice a week

Optional skills and experience

  • Experience working with confidential computing (Intel SGX)
  • Blockchain knowledge (ideally Ethereum and Algorand) or cryptography knowledge
  • Web development experience
  • TypeScript experience (part of the product includes a React frontend and Node.js backend)
  • Knowledge of HTTPS and gRPC protocols
  • £1000 annual allowance for training (up to 50% of this value can be used for you to buy workstation equipment to work from home).
  • 5 days/per year for training.
  • In-person fun team events/team buildings every 3 months (some in Portugal).
  • Company laptop (Mac), equipment and onboarding kit.
  • Annual Bonus (dependent on company and personal performance).
  • Stock Option Plan.
  • Your 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.