EVM Jobs

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

Moonsong Labs

Paris, France

$72k - $84k

Spectrum Search

United States

$126k - $204k

OKX

San Jose, CA, United States

$166k - $353k

Cake Group

Kuala Lumpur, Malaysia

$36k - $70k

Ondo Finance

Remote

$87k - $87k

Gnosis

New York, NY, United States

Monad Labs

New York, NY, United States

$120k - $180k

Keyko

Spain

$85k - $184k

EigenLayer

Seattle, WA, United States

$72k - $100k

Gnosis

Remote

OpenZeppelin

Remote

$54k - $70k

Mutex Systems Pvt. Ltd.

Pakistan

$62k - $70k

Gnosis

Portugal

Storm2

United States

$200k - $300k

Storm2

United States

$200k - $300k

Moonsong Labs
$72k - $84k estimated

Senior Blockchain Engineer

Paris /
Protocol Engineering Team /
/ Remote

Apply for this job
🌙 About Moonsong Labs🔮
Moonsong Labs is a cutting-edge Web3 incubator focused on driving projects and ideas in the next wave of developer and end user adoption.. We're assembling a dream team of brilliant minds who are as excited as we are about building the future of the internet. Together, we'll disrupt traditional industries, empower individuals, and create a more equitable and transparent digital landscape. Examples of Moonsong Labs projects include  Moonbeam (EVM compatible L1 optimized for cross chain use cases),  Tanssi (AppChain Infrastructure), and Glacis (Cross Chain Router / Firewall). 

🔥 The Protocol & Innovation Team
We are looking for a Senior Blockchain Engineer who will help develop core blockchain node software for the Moonbeam Network (https://moonbeam.network/ ).  We are developing a public, permissionless, developer oriented blockchain that is EVM compatible and optimized for cross chain scenarios. Problem domains include cryptography, security, networking, game theory, economics, finance, political science, and programming language design.

💡 Your Role: Development will be done primarily in Rust using the Substrate framework. The ideal candidate is an experienced backend developer that has low level programming experience in Rust, C, or C++, and who is familiar with developing, testing, and troubleshooting blockchain network protocols.  In this position you will have the opportunity to design and build software that involves a wide variety of considerations.
🚀 What You'll Do: Contribute to the design of the blockchain protocol and features.Develop key parts of a strongly resilient blockchain runtime.Ensure code quality and software reliability through automated test implementations and processes.Participate in automated deployment and operations of multiple blockchain networks.Assist with the integration of existing tools and services into the blockchainAssist with supporting developers using the platform on an as needed basis.Communicate regularly and clearly with other team members and also with other ecosystem participants.Create high quality software documentation and other written assets to document and explain the system design and how the system functions.
🌟 What You'll Bring: 5+ years of relevant programming experienceExperience with Substrate (blockchain development framework) is idealStrong experience with Rust, preferably 2+ years Experience with core client development for crypto or blockchain based systems is a big plus.Experience building complex developer tools in the web3 space is a big plusExperience with Solidity / Ethereum / EVM is a plus.Experience with systems programming languages such as Go, C, or C++ a plus.Experience with JavaScript and TypeScript a plus
✨ Perks and Benefits: 100% RemoteCompetitive salaryFlexible vacation policyHealth and Dental plansDirect line of access to Managing Partners and senior leadership; A flat organizational structure and the camaraderie of working alongside committed professionals focused on providing dedicated mentorship, respectful feedback, and career advancementContinuous learning & development

🌐 Ready to Shape the Future? Join Us Today! 🌐

Equal Opportunity is the law, and at Moonsong Labs, we are ardently committed to equal employment opportunity regardless of race, color, ancestry, religion, sex, national origin, sexual orientation, age, citizenship, marital status, disability, gender identity, or Veteran status. If you have a specific need that requires accommodation, please let us know.

Apply for this job

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.