| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Subspace Labs | Remote | $72k - $100k | |||
Biconomy | Remote | $50k - $75k | |||
Evmos | Miami, FL, United States | $54k - $80k | |||
Nori | Seattle, WA, United States | $165k - $187k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Chainkemists | Remote | $72k - $100k | |||
Gwen's Castling | United States | $63k - $90k | |||
Arbitrary Execution, Inc. | United States | $105k - $111k | |||
In Technology Group Inc (US) | United States | $140k - $160k | |||
NAHC Limited | Hong Kong, Hong Kong | $71k - $112k | |||
Paraspace | San Francisco, CA, United States | $63k - $79k | |||
Blowfish | Zurich, Switzerland | $54k - $97k | |||
DappLooker | Remote | $2k - $12k | |||
Windranger Labs | Singapore, Singapore | $36k - $60k | |||
Binance | Remote |
| |||
NOYA Network | Remote | $120k - $200k |
Substrate Runtime Engineer
In this role you will:
- Implement native functionality for the Subspace Network encapsulated within Substrate pallets, such as fungible and non fungible tokens, DeFi protocols, and smart contract language interfaces, to name a few.
- Learn our decoupled execution framework, allowing for scalable layer two app chains (domains) our version of enshrined rollups, through which most of these pallets will be expressed as microservices.Â
- Extend, improve, and reuse existing projects such as pallet-contracts and pallet-frontier, exposing existing smart contract languages on our networkProactively maintain documentation, write tests, devise benchmarks, while monitoring and providing support for our user base.
- Collaborate with engineers across our protocol, integrations, and product teams.
Key Requirements:
- A minimum of one year industry experience with the Substrate framework, with a strong understanding of Substrate FRAME, having implemented at least one pallet end-to-end that was deployed to a production environment.
- A minimum of two years experience with the Rust programming language, along with a strong understanding of language fundamentals and familiarity with the open-source ecosystem.
- Experience building scalable solutions on AWS or Digital Ocean.
- Experience working with container technologies like Docker.A passion for decentralized, peer-to-peer systems and Web3 technologies.
Bonus Experience:
- Experience launching new Substrate based parachain or solochain within the Dotsama ecosystem.
- A theoretical background in distributed systems, such as consensus algorithms, as well as cryptographic fundamentals.
- Experience writing native runtime logic or smart contracts for other within other ecosystem (Cosmos SDK, Solidity, Solana, Near, etc).
- Familiarity with VMs used in blockchains (Wasm/EVM) and gas metering implementations.
- Experience working with large open-source codebases.
What We Offer:
- Work remotely from anywhere in the world.
- A competitive salary with generous equity and token grants.
- Medical, dental, and vision insurance (US-based only).
- A unique opportunity to shape the future of the Subspace Network and play a critical role in building the worldâs most scalable blockchain. Â
- Company-sponsored team offsites in various locations around the world.
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.