| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
SeaClub | United States | $54k - $80k | |||
Giddy Up | United States | $74k - $110k | |||
Coinmarketcap | Sydney, Australia | $62k - $82k | |||
Ava Labs | New York, NY, United States | $175k - $208k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Consensys | Remote | $99k - $205k | |||
OKX | Taipei, Taiwan |
| |||
Further Ventures | Abu Dhabi, United Arab Emirates | $45k - $100k | |||
Coinmarketcap | London, United Kingdom | $45k - $85k | |||
Ezil.me | Remote | $100k - $140k | |||
Parity Technologies | New York, NY, United States | $54k - $90k | |||
Menyala | Singapore, Singapore | $90k - $110k | |||
Arbitrary Execution, Inc. | United States | $72k - $75k | |||
Arbitrary Execution, Inc. | United States | $72k - $100k | |||
Hex Trust | Dubai, United Arab Emirates | $72k - $22k | |||
Chaos Labs | New York, NY, United States |
|
We are seeking an experienced Solidity Engineer to join our team. The successful candidate will be responsible for designing, developing, and implementing smart contracts and decentralized applications on Ethereum and other blockchain platforms. This is a full-time, remote position, and the candidate will work closely with other members of the development team to deliver high-quality code.
Responsibilities:
- Design, develop, and implement smart contracts and decentralized applications on Ethereum and other blockchain platforms.
- Collaborate with other members of the development team to deliver high-quality code.
- Write clean, maintainable, and efficient code.
- Ensure the security, reliability, and scalability of smart contracts and decentralized applications.
- Research and implement new blockchain technologies and tools.
- Participate in code reviews and contribute to the development of best practices.
- Continuously learn and improve skills and knowledge related to blockchain and smart contract development.
Requirements:
- Bachelor's or Master's degree in Computer Science, Software Engineering or related field, or equivalent experience.
- 3+ years of experience in developing smart contracts and decentralized applications on Ethereum and other blockchain platforms.
- Solid understanding of the Ethereum Virtual Machine (EVM) and the Solidity programming language.
- Experience with blockchain development tools such as Truffle, Remix, and Ganache.
- Strong understanding of software development principles such as object-oriented programming, design patterns, and data structures.
- Familiarity with web3.js and other Ethereum-related libraries and frameworks.
- Experience with version control systems such as Git.
- Strong analytical and problem-solving skills.
- Excellent written and verbal communication skills.
- Ability to work independently and as part of a team.
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.