| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Mento Labs | Remote |
| |||
Grass | Remote | $95k - $160k | |||
Infura | United States | $72k - $100k | |||
ConsenSys | United States | $72k - $100k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Parity Technologies | New York, NY, United States | $45k - $72k | |||
Crypto.com | Singapore, Singapore | $36k - $100k | |||
Infura | United States | $100k - $201k | |||
ConsenSys | United States | $100k - $201k | |||
Cake Group | Singapore, Singapore | $105k - $150k | |||
DApp360 Workforce | United States | $74k - $87k | |||
Consensys | Remote | $40k - $70k | |||
SafeGlobal | New York, NY, United States | $89k - $112k | |||
xLabs | Buenos Aires, Argentina | $90k - $100k | |||
Oasis Protocol Foundation | Ljubljana, Slovenia | $98k - $110k | |||
Oasis Protocol Foundation | Ljubljana, Slovenia | $72k - $100k |
- 5-10 years of professional engineering experience in a collaborative, product-driven environment.
- Significant professional experience in Typescript, Go, Rust, or C#.
- Proficiency in front-end and back-end technologies, such as React, Node.js.
- Experience writing high-quality, well-tested code
- An understanding of Solidity and the EVM.
- Experience with cloud-based platforms, particularly Azure & Google Cloud Platform.
- Experience with Docker and container orchestration services such as Kubernetes.
- Familiarity with CI/CD pipelines and a strong grasp of the Software Development Life Cycle (SDLC).
- Bonus: 1-2 years of experience in Solidity programming using frameworks such as Foundry, Hardhat, or Truffle.
- Bonus: A history of deploying smart contract systems to a public EVM-based blockchain.
- Bonus: Previous involvement with a smart contract system that has processed high-dollar volume transactions.
💡 Do you currently work in Web2 and want to apply your skills in Web3? Reach out to us!
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.