| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
OpenZeppelin | United States | $36k - $70k | |||
Alongside | Remote | $72k - $100k | |||
Gnosis | Remote |
| |||
Monad | New York, NY, United States | $200k - $250k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
R3 | Abu Dhabi, United Arab Emirates | $116k - $189k | |||
Evmos | New York, NY, United States | $76k - $150k | |||
Monad Labs | New York, NY, United States | $150k - $200k | |||
Gnosis | Remote |
| |||
Monad | New York, NY, United States | $125k - $150k | |||
Monad | New York, NY, United States | $150k - $200k | |||
Selby Jennings | United States | $180k - $250k | |||
Magic Eden | Remote | $150k - $200k | |||
Altiplanic GmbH | Berlin, Germany | $90k - $100k | |||
Gloify | Bengaluru, India | $72k - $90k | |||
Hex Trust | Kuala Lumpur, Malaysia | $98k - $100k |
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 including Aave, 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.
This opening is for a Security Researcher role within the company. If you would like to build and maintain the contracts library, Defender or any of our products, consider the product development openings.
What You'll Be Doing
- Review smart contracts for the top decentralized applications before they get launched and present findings and vulnerabilities that the protocol can have to the client.
- Team up with one or two auditors and review code line by line and try to hack it.
- Working on proposals to make code easier to understand and use in the future by sharing good practices
- Conduct open-ended research around cutting edge blockchain technologies.
- Paid time to conduct research and contribute to OpenZeppelin’s projects and knowledge
You have
- Hands-on and practical experience in one or more of the following areas: software development, cyber security, mathematics.
- Experience with public Ethereum or other EVM-based blockchains.
- Knowledge in the Solidity programming language.
- Intellectual curiosity and the capability to learn complex topics
- Above-average attention to detail skills.
- The ability to work independently, with minimal supervision.
- An advanced English level and great communication skills (oral and written).
- Passion about the blockchain space and decentralization.
- Ability to work collaboratively in a distributed team.
Nice to have
- Experience in Back-end programming using JavaScript, Python, Golang or Rust
- Experience performing code reviews.
- Experience in financial engineering and/or capital markets microstructure
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)
- Paid work test (lasting up to 10 days)
- Reference checks
Please let us know if you require any accommodations for the interview process, and we’ll do our best to provide assistance.
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.