| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Alongside | Remote | $72k - $100k | |||
Gnosis | Remote |
| |||
Monad | New York, NY, United States | $200k - $250k | |||
R3 | Abu Dhabi, United Arab Emirates | $116k - $189k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
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 | |||
Maroon | Remote | $80k - $170k |
Who We Are
Alongside is building the future of index products: on-chain, low-fee, index protocols that benefit from interoperability with DeFi that traditional index products do not.
Why Us
At Alongside we pride ourselves on our willingness to question our assumptions, receive/act on feedback, think rigorously about problems and their solutions, and act with conviction under uncertainty.
Role and Responsibilities
Technical:
- Continual Learning of Tooling and Best Practices – Since smart contract engineering is a relatively new programming paradigm, the tooling and best practices are quickly evolving as the industry discovers better patterns, experiences hacks in common contracts, etc. You have your methods to keep up to date with these developments and integrate them into your work.
- Cross-domain Comfort – You must be comfortable reasoning about the interplay between mission-critical smart contracts, critical backend systems, and financial incentives. You can synthesize the behaviors of these different types of systems into the system's behavior as a whole.
- Security Mindset – You measure your ability by how good you are at finding flaws in systems. When implementing systems you rely on a process to reduce sources of errors.
- Financial Intuition – You have an intuition for the basics of markets. You understand the desires and requirements of arbitrageurs, liquidity providers, MEV extractors, etc.
Non-technical:
- Comfort Giving and Receiving Feedback – Assuming a trusted and caring environment, you run towards the opportunity to give and solicit feedback.
- Empathetic Communication – You seek to understand the state of knowledge of your communication partner(s) and tailor your communication to have the best chance of being understood.
- Detailed Communication – When important (for instance, in disagreements), you can break your model of the world down into smaller chunks to make progress.
- Wide-Ranging Intellectual Curiosity – You enjoy learning and sharing with your colleagues on all sorts of topics :)
The ideal candidate will have
- Over 2 years of pertinent industry exposure, including a minimum of 2 years spent on developing smart contracts using Solidity for Ethereum or any other chain that employs the EVM.
- Proven track record of deploying intricate protocols to production and their security assessments.
- An in-depth grasp of blockchain basics, prevalent vulnerabilities, and intricacies of the EVM.
- Familiarity with essential tools tailored for smart contract developers like Hardhat and Foundry.
- A drive for teamwork with fellow developers and non-technical members of the team
- Proficiency in testing and hands-on experience with test frameworks geared towards smart contracts.
- A value for open communication and a-synchronous work
Bonus points if you have:
- Unlimited Time Off
- 100% company-paid medical/dental
- 401k retirement savings plan for US employees
- Quarterly offsites
- Remote office setup
- 12 weeks of paid parental leave
- Asynchronous work environment
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.