Job Position | Company | Posted | Location | Salary | Tags |
---|---|---|---|---|---|
RareRound | Remote | $100k - $180k | |||
Heera Digital | Austin, TX, United States | $58k - $87k | |||
Aurora | Remote | $39k - $60k | |||
Horizon Blockchain Games | Toronto, Canada | $71k - $79k | |||
Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Horizon Blockchain Games | Toronto, Canada | $63k - $80k | |||
Chainlink Labs | Remote |
| |||
Chainlink Labs | Remote |
| |||
e-Core | Porto Alegre, Brazil | $36k - $55k | |||
Clearpool Finance | Dubai, United Arab Emirates | $35k - $60k | |||
Horizon Blockchain Games | Toronto, Canada | $63k - $80k | |||
Horizon Blockchain Games | Toronto, Canada | $63k - $80k | |||
PureStake | Remote | $0k | |||
Axel | San Francisco, CA, United States | $0k | |||
Consensys | Remote | $54k - $70k | |||
Seatz | Boston, MA, United States | $0k |
What we're looking for
RareRound is looking for a Blockchain Engineer to be a core member of our engineering team. You'll have the opportunity to research protocol design, develop smart contracts and maintain backend services that facilitate the growth of the protocol.
Responsibilities
- Smart Contracts: Implement Ethereum smart contracts and instructions with a focus on security, simplicity and ease of use
- Protocol Architecture: Research and develop protocol upgrades and new financial contracts
- DevOps: build and maintain off-chain services necessary for protocol
Requirements
- 3+ years of experience in software development
- Experience working with Crypto / Web3 projects (NFT, DeFi, GameFi)
- High level of proficiency with Solidity and Node.js
- Deep understanding of the EVM (Ethereum Virtual Machine)
- Familiarity with Javascript, Typescript is welcome
- Familiarity with Cross-Chain Interoperability Protocol
- Ability to build scalable applications using performant databases
- Demonstrated ability to learn new tech and write secure and high quality code
- Passion for blockchain technology, protocol design, game theory, and decentralized finance
- Highly proficient in smart contract optimization, and ability to write less gas fee solidity code
- Strong experience with upgradable contracts, Chainlinks and crypto bots
Nice to have
- Experience with any blockchain at the protocol level
- Understanding of the NFT and GameFi spaces and trends
- Interest in gaming
- Love for NFTs :)
RareRound focuses on Social Games, Online Gaming, and Blockchain / Cryptocurrency. Their company has offices in Remote. They have a small team that's between 11-50 employees. To date, RareRound has raised $1.1M of funding; their latest round was closed on February 2022 at a valuation of $5M.
You can view their website at https://rareround.com or find them on Twitter.
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.