| Job Position | Company | Posted | Location | Salary | Tags |
|---|---|---|---|---|---|
Trust Machines | New York, NY, United States | $150k - $190k | |||
Coinbase | United States | $180k - $212k | |||
Linera | Remote |
| |||
Scroll.io | Turkey, NC, United States | $90k - $111k | |||
| Learn job-ready web3 skills on your schedule with 1-on-1 support & get a job, or your money back. | | by Metana Bootcamp Info | |||
Cryptio | Paris, France | $87k - $150k | |||
Cryptio | Paris, France | $62k - $77k | |||
Oasis Network | New York, NY, United States | $33k - $75k | |||
Oasis Protocol Foundation | Paris, France | $33k - $75k | |||
Matter Labs | Dublin, Ireland | $76k - $111k | |||
Logos | New York, NY, United States | $63k - $76k | |||
Waku | New York, NY, United States | $63k - $76k | |||
Kadena | New York, NY, United States | $120k - $180k | |||
OKX | Singapore, Singapore | $63k - $150k | |||
Ancient8 | Ho Chi Minh City, Vietnam | $72k - $100k | |||
Monad | New York, NY, United States | $72k - $75k |
This job is closed
We’re looking for a senior full stack engineer with a backend focus to join our talented and mission-oriented remote-first team here at Trust Machines, and help us contribute to the Stacks and Bitcoin ecosystems. In this role you’ll contribute to the Stacks core protocol and work on a number of critical initiatives for growing and scaling the Stacks protocol. This role will improve efficiency and add functionality to the Stacks blockchain and the novel consensus mechanism proof of transfer that is both energy efficient and secure by anchoring to Bitcoin.
What You’ll Do:
- Design, implement, and test Rust based code for the Stacks Bitcoin L2.
- Contribute to protocol level design and open source software development.
- Review code, debug, and write test cases for code.
- Contribute to architecture and design where applicable, and collaborate across a team to deliver high quality production level code.
What We’re Looking For:
- 5+ years of software development experience.
- Experience in backend languages such as Rust, C/C++, or Java; with an interest in Rust programming.
- Experience with monitoring and testing practices.
- An interest in blockchain development and the Bitcoin network.
We’d Also Like to See:
- Experience working on or contributing to open source projects.
- Experience on a distributed team.
- Ability to collaborate with open source developers.
- Strong communication skills.
What we offer:
- Pay Transparency Notice: Depending on your work location, the target annual salary for this position can range as detailed below. Full time offers from Trust Machines also include equity + token incentives + benefits (including medical, dental, vision and 401(k)). Pay Range: $150,000—$190,000 USD
- Work from home
- Open Vacation Policy, take the days you need
- Up to 16 weeks of paid parental leave
- Your choice of technical setup and equipment
What is the meaning of Layer 2?
Layer 2 in the context of cryptocurrency and blockchain technology refers to a secondary framework or protocol that is built on top of an existing blockchain system (the main chain or Layer 1)
The primary purpose of Layer 2 solutions is to solve the scalability and speed issues that many blockchains face, especially those that have become popular and heavily used, like Ethereum
Here are the key aspects of Layer 2 solutions:
- Scalability Enhancement: They help in scaling the main blockchain by handling transactions off the main chain. This reduces the burden on the main chain, allowing for faster and cheaper transactions.
- Types of Layer 2 Solutions: There are various forms of Layer 2 solutions, including state channels, sidechains, plasma chains, and rollups. Each has its own mechanism for interacting with the main chain and handling transactions.
- State Channels: These involve two parties engaging in numerous transactions outside of the main chain, which are then consolidated into a single transaction. This is especially useful for situations where multiple transactions occur between the same parties.
- Sidechains: These are separate blockchains that are connected to the main chain via a two-way peg. They operate independently and can have their own consensus mechanisms but are secured by the main chain.
- Plasma Chains: Plasma chains are similar to sidechains but with a more hierarchical structure. They report back to the main chain regularly and are optimized for mass transaction handling.
- Rollups: Rollups process and store transaction data on a sidechain but post transaction data to the main chain. They come in two varieties: optimistic rollups and zk-rollups, each with its own method of transaction verification.
- Security Considerations: While Layer 2 solutions are generally secure, they can have different security models compared to the main chain. This is an important consideration for users and developers.
- Impact on User Experience: For end-users, Layer 2 solutions can greatly improve the experience by reducing transaction fees and increasing transaction speeds.
- Adoption and Development: Many blockchain projects are actively developing Layer 2 solutions to enhance their networks. This is an ongoing area of innovation in the blockchain space.