EVM Jobs
1,198 jobs found
Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Axiom | New York, NY, United States | $87k - $100k | |||
Kiln | Paris, France | $105k - $150k | |||
Safe | New York, NY, United States | $90k - $90k | |||
IOTA Foundation | Remote | $105k - $120k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Oasis Network | New York, NY, United States | $91k - $104k | |||
Calyptus | United States | $36k - $54k | |||
Parity Technologies | London, United Kingdom | $45k - $92k | |||
Trust Machines | New York, NY, United States | $75k - $150k | |||
Trust Machines | New York, NY, United States | $150k - $215k | |||
thirdweb | San Francisco, CA, United States | $140k - $220k | |||
Accroid Inc | New York, NY, United States | $72k - $100k | |||
Oasis Protocol Foundation | London, United Kingdom | $87k - $112k | |||
Enoda Ltd | Edinburgh, United Kingdom | $57k - $100k | |||
Enoda Ltd | Edinburgh, United Kingdom | $122k - $180k | |||
Gnosis | Remote |
|
About Us
Axiom is using zero knowledge proofs to scale smart contract applications in a new way. Our recent V2 release on mainnet allows smart contracts to compute over the entire history of Ethereum in a fully trustless way. This is critical infrastructure to help blockchain applications scale and will empower developers to build novel decentralized applications with the power of ZK.
We are a small but incredibly strong team backed by the best investors in crypto. We’re looking for exceptional people who are excited to work on challenging and impactful problems in a fast-paced environment. We have an office in NYC and have a preference for candidates based there but we are open to remote candidates too.
The Role
We are looking for a Smart Contract Integration Engineer to lead custom integrations of Axiom with our partner protocols. This will involve the ideation, end-to-end design, smart contract implementation, and support of the integration. You will also get the chance to build out the ZK circuits for integrations using our SDK.
Your day-to-day work will involve working with all different types of projects across crypto to identify the most powerful ways to leverage Axiom and support those custom integrations. We are looking for someone who can quickly dive into and make sense of a codebase, has knowledge of secure smart contract design patterns, and has a security mindset.
Who you are
You have extensive knowledge of Solidity and the EVM.
You have experience with developer tools for smart contract application developers (Hardhat, Foundry).
You have extensive knowledge of smart contract security and common pitfalls
You have extensive experience with proper deployment and security practices
You have experience writing extensive unit and integration tests
You have extreme attention to detail, with a security and ownership mindset
You have an interest in diving into the codebases of smart contracts of various protocols
You’re a clear communicator and value collaboration
You have a strong bias towards action
You have an extremely strong work ethic
Bonuses
You have experience with auditing smart contracts
You enjoy understanding the design and mechanics of new smart contract applications
You’ve worked on a protocol with significant TVL, especially infrastructure related
-
You’ve earned bug bounties
Why work with us
You’ll be working on groundbreaking tech that has the potential to be a key piece of infrastructure for the crypto industry.
You’ll receive a competitive salary with equity.
-
You will work with and receive mentorship from an exceptional team.
Here is who you’d be working with:
Yi:
Did cutting edge research on probability and machine learning. Professor at UChicago Statistics (on leave), MIT Math PhD, Harvard Math BA.
Wrote some of the most performant ZK circuits for elliptic curve cryptography and Ethereum data reads (circom-ecdsa, zk-attestor, halo2-ecc).
Advised Gauntlet and Scroll and worked at an HFT startup from inception to profitable trading.
Jonathan:
Published number theory research in the top journals in math. UChicago Math PhD, Harvard Math BA.
Wrote some of the most performant ZK circuits for elliptic curve cryptography and Ethereum data reads (circom-pairing, halo2-ecc, axiom-eth).
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.