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

Neon Labs

Remote

$54k - $90k

Neon Labs

Remote

$40k - $90k

Ballast.finance

New York, NY, United States

$0k

IOTA Foundation

Remote

$82k - $87k

Aurigami

Remote

$80k - $160k

Binance

Remote

Aave

United Kingdom

$84k - $110k

Ankr

San Francisco, CA, United States

$11k - $85k

Moonwalk

Remote

$36k - $90k

IOTA Foundation

Remote

$82k - $87k

Boson Protocol

London, United Kingdom

$43k - $56k

Boson Protocol

London, United Kingdom

$36k - $61k

Boson Protocol

London, United Kingdom

$30k - $76k

Boson Protocol

London, United Kingdom

$32k - $100k

Neon Labs
$54k - $90k estimated
Remote
Apply

About the Job

Neon Labs is looking for a full-time Senior DevOps Engineer to join our team. Neon Labs has ported the Ethereum Virtual Machine to the Solana blockchain. Neon EVM enables dApps to harness advantages from both blockchains: Ethereum in terms of tools used, and Solana in terms of low gas fees, high throughput, and liquidity.

About Neon Labs

We come from diverse professional backgrounds and welcome individuals who are passionate about blockchains and DeFi protocols, and eager to tackle challenging tasks on a daily basis. Fostering a diverse and inclusive environment is top of mind. Our international team is 100% remote. We are working closely with the Solana core team.

Your Skills and Qualifications

6+ years of experience implementing, troubleshooting, and supporting core infrastructure software and/or distributed systems. Experience in configuration management, automation efforts, technical troubleshooting, and performance tuning for 24/7 systems. Scripting experience in writing and modifying code to improve monitoring and automation. Experience with Linux, Docker, systems automation tools, and systems architecture tools. Experience with TCP/IP networking, architecture, and distributed systems. Experience with configuring the Solana/Ethereum/Terra or other blockchain technologies.

Your Tasks

Create architecture, designs, and documentation that will lead to consistent reliability, scalability, security, and performance of the 24/7 servers. Develop, maintain, and support technical infrastructure, hardware, and system software components. Refine and enhance processes that allow for proper testing and validation of releases that go from development to staging to production environments. Stay up to date on the latest technology in our space. Interact effectively with other team members to accomplish shared projects.

Benefits

Competitive salary 💰 Holidays: 24 working days during a year, with compensation if not taken 🏝 Working in a fast-growing and disruptive industry where the possibilities are endless 🚀 Fully remote: your life, your way of working 🌎 Freedom, autonomy, and responsibility 💪 Learning opportunities 📚 Token options TBD 💎

How to Apply

Does this role sound like a good fit? Email us at [email protected]. Include the role's title in your subject line. Include links that best showcase your relevant experience. Include a cover letter telling us why you’re the best fit.

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.