| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Overmind | India | $90k - $118k | |||
Oasis Protocol Foundation | New York, NY, United States | $91k - $104k | |||
Oasis Protocol Foundation | Prague, Czech Republic | $91k - $104k | |||
OpenZeppelin | United States | $36k - $70k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Alongside | Remote | $72k - $100k | |||
Gnosis | Remote |
| |||
Monad | New York, NY, United States | $200k - $250k | |||
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 |
What we are building
Overmind is a platform where web3 developers learn how to build world-class dApps and compete on coding challenges to earn prizes and on-chain credentials. Our mission is to enable more developers to enter web3, build ground-breaking products, and access rare opportunities.
We believe that one of the biggest drags on crypto’s growth is the friction and uncertainty that developers face in the transition from web2 to web3. We are introducing “solve-to-earn” to de-risk the time and energy investment required to learn and practice web3 development, thereby offering a real opportunity to enter the space to significantly more people. Solving challenges on Overmind creates a transparent, verifiable track record of one’s skill and creativity, forming the first on-chain resume we have seen that contains real signal. We strongly believe that on-chain reputation will be one of the foundational layers of the crypto economy, and that the resume is where it all starts.
The Overmind is formed by the collective intelligence of those bold enough to join it. Enter at overmind.xyz.
The Role
You will develop the core smart contracts powering Overmind on multiple chains. You will develop puzzles and challenges for developers to crack. You will work closely with a small team and take ownership of important projects from the get-go.
Essential Requirements
- 3+ years of smart contract development experience
- Love for coding puzzles and challenges
- English fluency (written & oral)
Nice-to-haves
- Experience with Move
- Experience writing Layer 1 code, e.g. EVM or Tendermint
- Experience with coding competitions, e.g. ACM ICPC or Topcoder
- Experience with remote work at startups
- Bachelors or advanced degree in Computer Science or related subject
Needless to say, none of the above supersedes your intellectual curiosity and drive to build world-changing products.
- Gym & wellness budget
- Education & development budget
- Work from home & travel for company retreats
- Workstation stipend
- Paid time off
- Annual bonus
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.