| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Moonsong Labs | Madrid, Spain | $45k - $85k | |||
Evmos | New York, NY, United States | $72k - $75k | |||
OKX | Bangalore, India | $87k - $115k | |||
OKX | Singapore, Singapore | $90k - $168k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
OKX | Singapore, Singapore | $54k - $93k | |||
Smith Arnold Partners | Stamford, CT, United States | $120k - $140k | |||
Trust Machines | New York, NY, United States | $74k - $84k | |||
Uniswap Labs | New York, NY, United States | $180k - $210k | |||
Ava Labs | New York, NY, United States | $190k - $238k | |||
Kava Labs | Remote | $154k - $180k | |||
Gnosis | Remote |
| |||
Scroll.io | Remote | $72k - $112k | |||
FEDML | New York, NY, United States | $72k - $112k | |||
Nethermind | Warsaw, Poland | $71k - $100k | |||
Gnosis | Remote |
|
Principal Blockchain Engineer - zkHyperchains
What you'll do:
- Master hyperchain configuration, customization, deployment, and operation.
- Deploy a full working Moonsong Labs hyperchain test environment including all hyperchain major components.
- Successfully research and prototype viable technical designs for hyperchain based projects. The first project design and prototype to be delivered to support the creation of a standalone venture studio project in Q2.
- Create designs and implementations based on collaboration with the MSL VP of product. Support the gathering of feedback from potential users and use this feedback to develop prototype functionality.
- Support the hiring of additional technical talent needed to deliver on the Engineering road map.
- After the prototype phase, be the technical leader and manager for the engineering team driving forward the development while at the same time meeting or exceeding MSL quality and security standards.
What you'll bring:
- Experience designing and developing web3 developer infrastructure and protocols.
- Experience working with systems programming languages such as rust, golang, C++, etc. Rust is strongly preferred.
- Experience working with Ethereum, EVM and Solidity including knowledge of how the EVM works.
- Knowledge of how to create high quality, secure software. E.g. peer review, testing, automation, etc.
- Experience leading a software engineering team and managing software implementation projects including work assignments and planning.
- Ability to interface with customers, investigate their needs and translate those needs into technical features
Perks and benefits:
- 100% Remote
- Competitive salary
- Flexible vacation policy
- Health and Dental plans
- Direct line of access to Managing Partners and senior leadership; A flat organizational structure and the camaraderie of working alongside committed professionals focused on providing dedicated mentorship, respectful feedback, and career advancement
- Continuous learning & development
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.