EVM Jobs

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

Madrid, Spain

$45k - $85k

Evmos

New York, NY, United States

$72k - $75k

OKX

Bangalore, India

$87k - $115k

OKX

Singapore, Singapore

$90k - $168k

OKX

Singapore, Singapore

$54k - $93k

Smith Arnold Partners

Stamford, CT, United States

$120k - $140k

Trust Machines

New York, NY, United States

$74k - $84k

Uniswap Labs

New York, NY, United States

$180k - $210k

Ava Labs

New York, NY, United States

$190k - $238k

Kava Labs

Remote

$154k - $180k

Gnosis

Remote

Scroll.io

Remote

$72k - $112k

FEDML

New York, NY, United States

$72k - $112k

Nethermind

Warsaw, Poland

$71k - $100k

Gnosis

Remote

Principal Blockchain Engineer zkHyperchains

Moonsong Labs
$45k - $85k estimated
Madrid
Join Talent Pool

This job is closed

Principal Blockchain Engineer - zkHyperchains

Madrid
Venture Studio 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 zk Hyperchains team
We are looking for a Principal engineer who will be the technical founding member for our latest Venture Studio project using the hyperchain tech stack (zkStack from zkSync). This is a brand new team so the successful candidate will have the opportunity to lead the design and implementation of a new blockchain, and to be among the first chains to launch in the new interoperable hyperchain ecosystem.  ZKSync and the hyperchain tech stack is a leading scaling solution on Ethereum and we are looking for someone that can help scale Ethereum using zk technology. 

Your Role:
As the first engineer on the Hyperchains team the successful candidate will be responsible for mastering the hyperchain tech stack with the aim of designing prototypes and implementing production hyperchains. You will work closely with our CEO, CTO, and other experts at Moonsong Labs on the project.  Possible hyperchain projects include work on a decentralized sequencer, and a decentralized storage hyperchain.

What you'll do:

    • Master hyperchain configuration, customization, deployment, and operation.
    • Deploy a full working Moonsong Labs hyperchain test environment including all hyperchain major components.
    • Successfully research and prototype viable technical designs for hyperchain based projects.  The first project design and prototype to be delivered to support the creation of a standalone venture studio project in Q2. 
    • Create designs and implementations based on collaboration with the MSL VP of product.  Support the gathering of feedback from potential users and use this feedback to develop prototype functionality.
    • Support the hiring of additional technical talent needed to deliver on the Engineering road map.
    • After the prototype phase, be the technical leader and manager for the engineering team driving forward the development while at the same time meeting or exceeding MSL quality and security standards.

What you'll bring:

    • Experience designing and developing web3 developer infrastructure and protocols.
    • Experience working with systems programming languages such as rust, golang, C++, etc.  Rust is strongly preferred.
    • Experience working with Ethereum, EVM and Solidity including knowledge of how the EVM works.
    • Knowledge of how to create high quality, secure software.  E.g. peer review, testing, automation, etc.
    • Experience leading a software engineering team and managing software implementation projects including work assignments and planning.
    • Ability to interface with customers, investigate their needs and translate those needs into technical features

Perks and benefits:

    • 100% Remote
    • Competitive salary
    • Flexible vacation policy
    • Health and Dental plans
    • Direct 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 advancement
    • Continuous 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.