EVM Jobs

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

Ankr Network

San Francisco, CA, United States

$11k - $85k

Binance

Remote

Konfid.io GmbH

Remote

$50k - $60k

Upside

United States

$72k - $95k

RociFi

Remote

$22k - $100k

Binance

Remote

Gnosis

Berlin, Germany

Gnosis

Lisbon, Portugal

Consensys

United States

$32k - $54k

Advanced Blockchain

Remote

Build A Rocket Boy

Remote

$72k - $90k

qiibee

Remote

$56k - $60k

Web3Auth

Singapore, Singapore

$80k - $160k

Upshyft

Hyderabad, India

$12k - $36k

Blockchain Engineer

Ankr Network
$11k - $85k estimated

This job is closed

ABOUT ANKR

Ankr provides Web3 infrastructure for easy, accessible and affordable deployment of blockchain nodes, API’s, decentralized staking infrastructure and Layer 2 scaling solutions, designed to lower the entry barrier for everyday people, enterprises, and developers to contribute to blockchain ecosystems. Check us out at https://www.ankr.com/

Ankr was founded in 2017 in Berkeley, California. Its founding team and headquarters are based in San Francisco. Ankr’s distributed team of 50+ people operates from offices in San Francisco, Shanghai, Moscow, and Amsterdam.

Responsibilities

  • Design, code and implement business applications
  • Integrate blockchains with our platform
  • Work with APIs and microservices
  • Design and verify cryptographic protocols deployed on the blockchain
  • Define requirements, prototype and design new features for product users
  • Effectively communicate technical details via documentation and demonstration

Requirements

  • Proven track record of developing modern, secure, scalable complex applications
  • Practical experience with crypto tokenomics, blockchain consensus protocols, P2P networks, cryptographic principles, key management, encryption algorithms
  • Ability to use Web3 tech stack
  • Familiarity or ability to use Solidity, EVM or Polkadot Substrate
  • Back-end: GoLang (Go) (or C++/Rust)
  • Great listener and communicator
  • Bilingual or high fluency in English
  • Leadership and teamwork skills
  • Able to provide open-source code samples

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.