EVM Jobs

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

Shardeum Foundation

Remote

$72k - $90k

Kraken

United States

$36k - $87k

Manta Network, Powered by p0x labs

New York, NY, United States

$85k - $150k

TAC

Remote

$72k - $88k

TAC

Remote

$72k - $75k

xalts

Bengaluru, India

$105k - $120k

Web3 Recruit

Remote

$150k - $180k

Nethermind

London, United Kingdom

$81k - $91k

Nethermind

London, United Kingdom

$39k - $65k

Shadow

New York, NY, United States

$99k - $100k

TAC

Remote

$74k - $107k

Web3 Recruit

Remote

$200k - $300k

Lendr.fi

Remote

$70k - $150k

Magic Eden

Remote

$170k - $210k

Shardeum Foundation
$72k - $90k estimated
Remote
Apply

About The Role:

The Software Engineering team at Shardeum is responsible for delivering the Shardeum Mainnet, and developing the smart contract platform, the consensus layer and the protocol layer. We focus on building scalable, performant, secure and reliable software that can be downloaded by thousands of node operators to actualize the Shardeum network. We are in search of a highly talented, innovative Principal Blockchain Engineer that has hands-on, practical Ethereum Virtual Machine (EVM) experience - preferably with another L1 blockchain.

If you enjoy solving complex computer science problems, are passionate about what you work on, are a perfectionist who wants to build things the right way, and are persistent about finishing what you started, then you're the kind of person we are looking for. You will be working with equally talented and innovative individuals with the goal of building incredible software with the potential to change the world.

What You'll Be Doing:

  • Provide technical structure to teams and work closely with management and stakeholders to define strategic road maps for our EVM based Smart Contracts platform.
  • Manage individual, EVM based projects, priorities, deadlines and deliverables with your technical expertise.
  • Mentor and train other team members on design techniques, coding standards and EVM basics.
  • Contribute to the architecture and implementation of complex software components on the EVM.
  • Take on end-to-end ownership of critical software components related to our EVM based smart contracts platform.
  • Design and develop innovative new consensus and protocol software.
  • Ensure performance optimization, and making scalability / reliability improvements to the software.
  • Resolve issues, debugging errors and fixing code to improve the reliability and security of Shardeum software components.
  • The tech stack you will be using is: Nodejs, TypeScript, SQLite, Postgres, React and Vuejs
  • The development environment will be: Linux, Git, AWS, Docker and VS Code.

What We're Looking

  • Extensive experience designing, implementing and maintaining an EVM based Smart Contract platform.
  • You know what high quality code looks like and know how to foster an environment that creates it.
  • Fluency with algorithms and data structures.
  • The ability to quickly learn new languages and technologies.
  • The ability to write clean yet efficient code.
  • The Creativity to come up with proof of concept from high level design, even in an often ambiguous environment.
  • Self motivated to set priorities and methodically make progress toward goals.
  • The ability to communicate effectively and convey your ideas when discussing technical topics with team members.
  • Bachelor's Degree in Computer Science or a related field.

We'd Love If You Have:

  • Experience working on all levels of a Layer 1 blockchain.
  • Experience with concurrency, parallelism and distributed systems.
  • Experience with consensus protocols and other blockchains.
  • Experience with Node.js and TypeScript, or languages like C, C++, Rust or GO.
  • Experience writing a smart contract on a blockchain.
  • Experience running a node in a blockchain network.
  • Read the Bitcoin and Ethereum white papers.

We are building the infrastructure for Web 3.0. It's going to be a rollercoaster ride but promises to be fun!

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.