EVM Jobs

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

Chainlink Labs

United States

$105k - $180k

Rome Protocol

Los Angeles, CA, United States

$8000k - $13000k

xalts

Bengaluru, India

$90k - $105k

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

Chainlink Labs
$105k - $180k estimated
United States
Apply

About Us 

Chainlink Labs is the primary contributing developer of Chainlink, the decentralized computing platform powering the verifiable web. Chainlink is the industry-standard platform for providing access to real-world data, offchain computation, and secure cross-chain interoperability across any blockchain. Chainlink Labs helps power verifiable applications for banking, DeFi, global trade, and gaming by collaborating with some of the world’s largest financial institutions, notably Swift, DTCC, and ANZ. Chainlink Labs also works with top Web3 teams, including Aave, Compound, GMX, Maker, and Synthetix. Chainlink Labs was ranked in Newsweek’s 100 Most Loved Workplaces 2023 in both the United States and United Kingdom.

We are seeking a talented Senior Software Engineer with expertise in Web3 technologies to lead the integration of Chainlink products into non-EVM blockchain ecosystems. In addition, the ideal candidate will have a strong background in blockchain development, decentralized systems, and a deep understanding of Web3 infrastructure. You will play a pivotal role in bridging Chainlink's functionality to non-EVM chains, driving innovation, and expanding its capabilities across diverse blockchain environments

Your Impact:

  • Lead the integration of Chainlink’s applications into Non-EVM blockchains.

  • Work closely with fellow engineers to build the end to end experience for your products, including but not limited to dApps, data services, smart contracts, monitoring, and tooling

Requirements:

  • 2+ years of experience working in Web3.

  • 7-10+ years of professional programming experience. 

  • Strong proficiency in at least one high-level programming language (Solidity, Python, Golang, C++, Rust)

  • Solid understanding of blockchain concepts, such as consensus algorithms, smart contracts, and cryptography

  • Firm understanding of API design, RESTful services, and microservices architecture

  • Experience with backend development and concurrent programming

  • Projects where one has led a complex integration and/or feature that included numerous internal/external lateral/vertical stakeholders

  • Exceptional analytical, strategic thinking, and problem-solving skills

Desired:

  • Experience with distributed systems and p2p networking

  • Excellent collaboration and communication skills in an async team setting

  • Have participated in hackathons or demonstrated hands-on development work via personal projects (active GitHub profile)

  • Experience working on open-source projects

  • Relevant cryptography certifications, such as Certified Blockchain Solution Architect (CBSA) or Certified Blockchain Developer (CBD)

All roles with Chainlink Labs are global and remote-based. Unless otherwise stated, we ask that you try to overlap some working hours with Eastern Standard Time (EST).

Commitment to Equal Opportunity

Chainlink Labs is an equal opportunity employer. All qualified applicants will receive equal consideration for employment in compliance with applicable laws, regulations, or ordinances. If you need assistance or accommodation due to a disability or special need when applying for a role or in our recruitment process, please contact us via this form.

Global Data Privacy Notice for Job Candidates and Applicants

Information collected and processed as part of your Chainlink Labs Careers profile, and any job applications you choose to submit is subject to our Privacy Policy. By submitting your application, you are agreeing to our use and processing of your data as required.

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.