| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Moonsong Labs | Buenos Aires, Argentina | $72k - $75k | |||
Trust Machines | New York, NY, United States | $150k - $215k | |||
NAHC Limited | Hong Kong, Hong Kong | $39k - $80k | |||
Moonsong Labs | Madrid, Spain | $81k - $180k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
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 | |||
Evmos | New York, NY, United States | $90k - $100k | |||
Gnosis | Remote |
|
This job is closed
Senior Solidity Engineer
What you'll do:
- Come up with a viable design and implementation for the smart contract(s) for phases 1, 2, and 3 of the project
- Work with the other engineers on the team to build phase 1 of the project to show the client an MVP within the first 3 months
- Design a complete set of tests to cover key use cases and common attack vectors
- Identify and properly document good practices and risks related to smart contract design
- Mitigate major smart contract risks such that there are no significant smart contract vulnerabilities in phases 1, 2, and 3 of the project.
- Deliver secure smart contracts that meet functional requirements on time and on schedule for the project across all phases
What you'll bring
- Experience designing, developing, and testing solidity smart contracts designed to store large amounts of value.
- Experience mitigating smart contract security risks by enumerating threat vectors, using test automation, peer review, bounty programs, and external auditors
- Experience with DeFi protocol engineering. Bonus for lending / borrowing and RWA experience.
- Experience integrating off-chain infrastructure with on-chain contracts.
- Experience interacting with clients and other external teams to deliver software on time and with high quality standards
- Experience writing requirements, design, test, and other documents required to support development efforts.
Perks and benefits:
- 100% Remote
- Competitive salary
- Flexible vacation policy
- Health and Dental plans
- Direct line of access to Managing Partners and senior leadership; A flat organizational structure and the camaraderie of working alongside committed professionals focused on providing dedicated mentorship, respectful feedback, and career advancement
- 20% learning & development time which can be used for side projects and knowledge sharing.
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.