Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
Stellar Staffing Solution | San Francisco, CA, United States | $67k - $80k | |||
Sky Mavis | Ho Chi Minh City, Vietnam | $87k - $115k | |||
Avara | Remote | $84k - $117k | |||
OKX | Singapore, Singapore | $54k - $93k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
R3 | India | $105k - $117k | |||
Tokemak | Remote | $200k - $300k | |||
IOVLabs | Remote | $72k - $100k | |||
Logos | Madrid, Spain | $90k - $190k | |||
Cogito Protocol | Remote | $50k - $80k | |||
Kyber Network | Singapore, Singapore | $9k - $75k | |||
Kyber Network | Singapore, Singapore | $45k - $52k | |||
Kyber Network | Hanoi, Vietnam | $9k - $75k | |||
Kyber Network | Hanoi, Vietnam | $45k - $52k | |||
Kyber Network | Ho Chi Minh City, Vietnam | $9k - $75k | |||
TON Foundation | Remote | $9k - $22k |
We are seeking a highly skilled Smart Contract Developer to join our dynamic team. We are a cutting-edge technology company at the forefront of the blockchain and DeFi space. The successful candidate will play a pivotal role in the development and implementation of smart contracts for our innovative protocols. If you have a passion for blockchain technology, a strong background in software development, and are well-versed in Ethereum Improvement Proposals (EIPs), wed love to hear from you!
Responsibilities
You will be at the forefront of blockchain innovation, collaborating closely with the co-founder and CTO to develop core smart contracts for our groundbreaking protocols. Your responsibilities will include:
- Collaborating with the co-founder and CTO to write core smart contracts.
- Writing production-quality smart contracts, unit tests, and deployment scripts.
- Following best practices in security and industry standards.
- Demonstrating familiarity with swapping, staking, and liquidity farming contracts.
- Experience implementing smart contracts utilizing the latest EIPs (having experience writing/reviewing them is a major plus!).
- 2-3 years of professional experience writing EVM-compatible smart contracts, with a total of 3-5+ years of software development experience.
- Knowledge of industry-standard security practices for DeFi protocols.
- Proficiency with technologies such as Solidity, Ethers.js, Hardhat, OpenZeppelin, and GraphQL. Familiarity with Circom is a plus.
- Ability to work extended hours when necessary â preferably with startup experience.
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.