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

Monad Labs

New York, NY, United States

$33k - $75k

IOVLabs

Remote

$54k - $100k

A&C Kings

Los Angeles, CA, United States

$36k - $54k

CertiK

Remote

$102k - $180k

Tassat

New York, NY, United States

$135k - $155k

Safe

Berlin, Germany

$72k - $100k

0x Labs

San Francisco, CA, United States

$72k - $90k

Flashbots

New York, NY, United States

$62k - $82k

In Technology Group Inc (US)

United States

$220k - $250k

Austin Werner Ltd 🚀🚀

San Francisco, CA, United States

$150k - $200k

Phaxis

United States

$58k - $87k

Parity Technologies

New York, NY, United States

$63k - $90k

Applied Blockchain

United Kingdom

$36k - $75k

paraform

San Francisco, CA, United States

$140k - $210k

SKALE Labs

Miami, FL, United States

$150k - $200k

Monad Labs
$33k - $75k estimated
NY New York US

This is a stub while we update this. We are hiring for a first Business Development hire. Our team is almost exclusively engineering right now. You will take on significant responsibility to grow our team's BD/GTM efforts, putting in place a process for forging partnerships with existing crypto projects, exchanges, and infrastructure providers.

Our ideal candidate has experience either in business development on the project side (building partnerships with other apps, exchanges, and infrastructure providers) OR on the VC side (connecting with projects and sourcing deals).

Please feel free to drop your resume here and we will schedule a time to meet with you to discuss further.

In the meantime, here is a tiny bit about us:

Monad is creating the foundation for a new world of powerful decentralized applications. We're doing this by building a new ultra high-performance EVM-compatible blockchain supporting 10,000 TPS, and by supporting a growing ecosystem of app developers leveraging the high throughput and interactivity of this new platform.

Our mission is to enable a new universe of apps—use cases and user flows that are currently impossible—that take advantage of this efficient, interconnected environment, ultimately unleashing the power of decentralization to make the world more efficient and fair.

About Monad

Monad Labs is an early-stage venture-backed crypto startup founded by HFT engineers from Jump Trading. We are working on the most impactful problem in crypto: building a high-performance blockchain to address severe bottlenecks in existing systems.

The Monad blockchain offers the best of both worlds for dapp developers: performance and portability. Our key differentiator is combining extremely high performance with EVM compatibility. To do this, our team solves challenging problems in distributed systems and low-level optimization.

After strict focus on developing our core infra and technology, Monad blockchain is quickly approaching its Testnet v0 release. Ahead of that launch, we are excited to welcome our first business development hire.

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.