| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
SeaClub | United States | $75k - $120k | |||
Coinmarketcap | Remote | $72k - $110k | |||
Chaos Labs | New York, NY, United States | $31k - $100k | |||
Chaos Labs | New York, NY, United States | $72k - $80k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Kava Labs | Los Angeles, CA, United States | $130k - $160k | |||
Celsius | United States | $54k - $60k | |||
Sky Mavis | Ho Chi Minh City, Vietnam | $63k - $90k | |||
Halborn | United States |
| |||
RabbitHole | New York, NY, United States | $63k - $75k | |||
Evmos | New York, NY, United States | $54k - $90k | |||
OKX | Singapore, Singapore | $33k - $75k | |||
Chainlink Labs | Remote |
| |||
Immutable | Sydney, Australia | $62k - $82k | |||
Phantom | San Francisco, CA, United States | $150k - $250k | |||
Status | Remote | $63k - $90k |
We are seeking an experienced Blockchain Developer to join our team and help build our cutting-edge blockchain platform. As a Blockchain Developer, you will be responsible for designing, developing, and deploying smart contracts on our blockchain network. The ideal candidate will have at least two years of experience in blockchain development and a deep understanding of smart contract programming languages.
Responsibilities:
• Design and implement smart contract solutions for our blockchain platform
• Collaborate with other developers to integrate smart contracts into the overall blockchain architecture
• Write secure and efficient code that adheres to best practices for smart contract development
• Test, debug, and deploy smart contracts on the blockchain network
• Continuously research and stay up-to-date with new developments in blockchain technology and smart contract programming languages
• Provide technical guidance and support to other team members
Requirements:
• Bachelor's or Master's degree in Computer Science or related field
• Minimum of two years of experience in blockchain development and smart contract programming
• Strong proficiency in smart contract programming languages such as Solidity, Vyper, or Rust
• Experience with Ethereum blockchain and Ethereum Virtual Machine (EVM)
• Familiarity with blockchain development frameworks such as Truffle, Embark, or Hardhat
• Experience with Git version control and collaborative development workflows
• Strong problem-solving skills and ability to work independently as well as part of a team
• Excellent written and verbal communication skills in English
If you are a highly motivated and skilled Blockchain Developer with a passion for smart contract development, we encourage you to apply for this exciting opportunity to work with a dynamic and innovative 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.