EVM Jobs

412 jobs found

Part of the Bondex Ecosystem

WxRK

Stop applying — get discovered by hiring agents.

Build your profile
Job Position and Company Posted Location Salary Tags

$55k - $75k

$105k - $111k

$150k - $250k

$54k - $67k

$11k - $60k

$54k - $90k

$170k - $250k

$70k - $110k

$11k - $60k

$50k - $70k

$18k - $30k

$63k - $90k

$100k - $160k

$0k

$100k - $180k

Sarvatech Labs Pvt Ltd
$55k - $75k estimated
Bengaluru Karnataka India

Sarva Labs is looking for a Senior Golang Blockchain Protocol Developer with hands on experience to join our Core Protocol Development Team. As a Senior Golang Blockchain Protocol Developer, you will work on design and development of components of MOI Protocol, the World’s First Context Aware Peer to Peer Network for enabling Personalized Global Value Networks.

Skill Requirements

  • Strong Experience with Golang. You must be able to write clean idiomatic code and have a solid understanding of Go’s standard library, concurrency primitives, tooling and testing practices.
  • Experience with libp2p or any other P2P networking stack.
  • Good understanding of Software Development Best Practices
  • Computer Science and Distributed Systems Fundamentals.
  • Consensus Protocols, Distributed Hash Tables, Log Replication, P2P Networking
  • Codecs (Streaming and Compression Algorithms)
  • Compilers (Assembly Languages and Virtual Stack Machines)
  • General Blockchain Knowledge - Ethereum & EVM Fundamentals, IPFS, Libp2p, etc.
  • Interest in topics such as Proof-Of-Stake, Consensus Algorithms, Decentralization, Public Key Cryptography, etc.

Educate everyone around you and also learn from others. Blockchain is new. We all are in it together

Why BUIDL at Sarva

  • Direct Mentorship by project leads who have been actively working in Blockchain industry for the past 6 yo 7 years.
  • Flexible working timing and workations on offer
  • Get the chance to attend Web3 events in India and abroad sponsored by Sarva and network with Industry experts
  • Get the bragging rights to being part of India's first L1 blockchain protocol.


www.sarva.ai
www.moi.technology

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.