| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
R92 | New York, NY, United States | $100k - $250k | |||
Evmos | New York, NY, United States | $63k - $75k | |||
Moonsong Labs | Buenos Aires, Argentina | $72k - $75k | |||
Trust Machines | New York, NY, United States | $150k - $215k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
NAHC Limited | Hong Kong, Hong Kong | $39k - $80k | |||
Moonsong Labs | Madrid, Spain | $81k - $180k | |||
Xion Global | Remote | $70k - $95k | |||
Chainalysis | New York, NY, United States | $58k - $65k | |||
Cookbook | San Francisco, CA, United States | $45k - $75k | |||
OKX | Singapore, Singapore | $90k - $150k | |||
ChainSafe Systems | New York, NY, United States | $72k - $75k | |||
Rome Protocol | Los Angeles, CA, United States | $67k - $107k | |||
Gnosis | Remote |
| |||
Gnosis | Remote |
| |||
Consensys | Remote | $72k - $100k |
Highlights:
- Salary Range: $100K - $250K
Responsibilities:
- Design and develop smart contracts on the Ethereum blockchain and EVM L2s (Arbitrum, Optimism)
- Collaborate with other team members, including our product head, designers, and back-end developers to iterate on protocol architecture
- Ensure the quality, reliability, and security of the smart contract code through unit testing and code reviews
- Implement and maintain smart contract codebase, incorporating changes as necessary based on feedback and user requirements
- Assist with project management, including the creation of project plans, timelines, and milestones, and the tracking of progress against those plans
About You:
- At least 3 years of experience in Solidity smart contract development, including exchange architecture design
- Deep knowledge of smart contract security vulnerabilities and best practices for avoiding them
- Strong understanding of the DeFi ecosystem, including knowledge of other blockchain platforms and protocols
- Basic knowledge of economics of AMMs, CLOBs and other liquidity architectures in DeFi
- Excellent problem-solving and analytical skills, with a passion for tackling complex technical challenges
- Good communication skills and the ability to work effectively in a collaborative team 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.