EVM Jobs

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

OpenZeppelin

Remote

$54k - $70k

Mutex Systems Pvt. Ltd.

Pakistan

$62k - $70k

Gnosis

Portugal

Storm2

United States

$200k - $300k

Storm2

United States

$200k - $300k

Parity Technologies

New York, NY, United States

$45k - $72k

Gnosis

Portugal

Gnosis

Remote

Gnosis

Remote

Gnosis

Remote

Gnosis

Remote

Gnosis

Remote

Gnosis

Remote

Insomnia Labs

New York, NY, United States

$45k - $65k

0x

San Francisco, CA, United States

$95k - $230k

Blockchain Security Research Fellowship

OpenZeppelin
$54k - $70k estimated

This job is closed

About us

Founded in 2015, OpenZeppelin is the premier crypto cybersecurity technology and services company, trusted by the most used DeFi and NFT projects in the world.

Our mission is to protect the open economy, safeguarding tens of billions of dollars in funds for leading crypto organizations includingAave, Coinbase, Compound, Ethereum Foundation, TheGraph and many others.

The OpenZeppelin team, spread across 30+ countries in the world, is responsible for creating the most popular Open Source Library for Smart Contract development in the world with over 15 million downloads! The expertise we've built along the years allowed us to uncover major security vulnerabilities for some of the most well known players in the market.

With the success of our products, our security audit work, and the open source educational efforts, we are setting the industry standards for secure systems of a hyper-fast-growing industry and we're looking for more folks to help us on our mission.

<h3><strong>Blockchain Security Research Fellowship Program IV</strong></h3>

At OpenZeppelin we are launching a limited fellowship program where you will work closely with our team of world-class blockchain security experts to develop the knowledge and skills to kickstart your career in the industry. This is a 3 month paid program. Upon successful completion of the program, you will become a full time Blockchain Security Researcher.

The fellowship program is designed for candidates who possess a background in general software development along with prior professional experience in one or more of these following areas: cyber security, applied mathematics, or economics. We are looking for candidates that are passionate about blockchain and decentralization, cyber security and have knowledge of Solidity and Ethereum.

What you’ll be doing

  • Engaging in a range of directed and autonomous study across numerous topics focusing on smart contract security.
  • Collaborating with top blockchain security researchers, benefiting from mentorship, continuous coaching, and access to their expertise.
  • Undertaking an independent research project on an area of mutual interest.
  • Conducting hands-on code auditing using our methodologies and techniques.
  • Providing verbal and written reporting on identified vulnerabilities.
  • Having the opportunity to upscale your technical capabilities in areas such as zero-knowledge proofs or formal verification, and languages like Rust or Cairo.

You have

  • 5+ years of professional experience in one or more of these following areas: software development, cyber security, cryptography, data science, applied mathematics or economics.
  • 2+ years of experience in development (self-taught or industry experience).
  • Passion for the blockchain space and decentralization.
  • Knowledge in the Solidity programming language.
  • Basic understanding of Ethereum or other EVM based blockchains.
  • Passion and interest at analyzing complex problems.
  • Interest in developing an adversarial thinking and a hacker mindset
  • Above average attention to detail.
  • An advanced English level and great communication skills (oral and written).
  • Prior experience in working remotely: strong personal organizational skills, a love for autonomous time management, and ability to work collaboratively with a team.

Logistics

Our interview process takes place on Zoom and tends to consist of the following stages:

  • Recruiter call (45 minutes)
  • Hiring Manager call (45 minutes)
  • Team member interview (1 hour)
  • Leadership call (30 minutes)
  • Reference checks

Please let us know if you require any accommodations for the interview process, and we’ll do our best to provide assistance.

<div class="content-conclusion"><section class="j-content">

Benefits

  • Unlimited holidays 🏝
  • Fully remote: your way of working 🌎
  • Paid parental leave & benefits for primary or second caregiver 💙
  • Team events: onboarding tour & company retreats in different locations around the world 😎
  • Work from home office equipment stipend of up to $500 USD 🪑
  • Monthly allowance for wellness activities 💪
  • Coworking: access to a coworking space of your choice 👩‍💻
  • Learning: technical training; spoken language lessons in any language of your choice (using Italki) 🗣
  • Working with a global team in a fast-growing industry 🚀

At OpenZeppelin, we are an equal opportunity employer and we value different perspectives. We are committed to building a diverse workforce. This includes but is not limited to gender, race, sexual orientation, religion, national origin and other characteristics that make each one of us unique. In this uniqueness, we find the most value. Come join us!

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.