Layer 2 Jobs

1,045 jobs found

web3.career is now part of the Bondex Logo Bondex Ecosystem

Receive emails of Layer 2 Jobs
Job Position Company Posted Location Salary Tags

Status

Remote

$80k - $100k

Status

Remote

$90k - $120k

OKX

Hong Kong, Hong Kong

$74k - $84k

Windranger Labs

United States

$86k - $109k

Matter Labs

Dublin, Ireland

$81k - $95k

Circle

Washington, United States

$150k - $195k

DApp360 Workforce

United States

$91k - $96k

Base

Remote

$106k - $106k

Base

Remote

$201k - $237k

Qredo

Madrid, Spain

$84k - $156k

Windranger Labs

Singapore, Singapore

$63k - $70k

Magna

New York, NY, United States

$105k - $120k

OKX

Hong Kong, Hong Kong

$27k - $81k

OKX

Singapore, Singapore

$54k - $70k

OKX

Singapore, Singapore

$81k - $115k

Software Engineer Go Chat SDK

Status
$80k - $100k
Remote (Worldwide)
Join Talent Pool

This job is closed

About Status

Status is building the tools and infrastructure for the advancement of a secure, private, and open web3.

With the high level goals of preserving the right to privacy, mitigating the risk of censorship, and promoting economic trade in a transparent, open manner, Status is building a community where anyone is welcome to join and contribute.

As an organization, Status seeks to push the web3 ecosystem forward through research, creation of developer tools, and support of the open source community.

As a product, Status is an open source, Ethereum-based app that gives users the power to chat, transact, and access a revolutionary world of DApps on the decentralized web. But Status is also building foundational infrastructure for the whole Ethereum ecosystem, including the Nimbus ETH 1.0 and 2.0 clients, the Keycard hardware wallet, and the Waku messaging protocol (a continuation of Whisper).

As a team, Status has been completely distributed since inception. Our team is currently 150+ core contributors strong, and welcomes a growing number of community members from all walks of life, scattered all around the globe.

We care deeply about open source, and our organizational structure has minimal hierarchy and no fixed work hours. We believe in working with a high degree of autonomy while supporting the organization's priorities.

<div class="careers-block__trix external-panel text-left">

About Waku

We are building Waku as a public good infrastructure. Waku is uncompromising Web3 communication at scale. It is a decentralized, censorship-resistant, privacy-preserving communication network that enables anyone to send and receive messages without worrying about surveillance or deplatforming.

We are enabling Ethereum builders to create new projects with a fully decentralized architecture, think dApp to Wallet notifications, NFT marketplaces, censorship-resistant chat, layer-2 and more.

Waku enables a variety of complex use cases and applications. To facilitate the adoption of Waku, you will design and implement application protocols to provide to dapp developers as off-the-shelf SDKs.

Waku.org

Key responsibilities:

  • Integrate Waku in Status Communities application (status-go).
  • Liaise with Status engineer to support and investigate issues encounted by the chat functionalities in status-go.
  • Liaise with Waku engineers to report bugs and use new APIs.
  • Maintain, improve and troubleshoot the chat related functionalities of status-go codebase. Report issues to Waku and Status teams.
  • Beyond 3-6 months: Create a Golang Chat SDK using knowledge acquired working on status-go.

You ideally will have:

  • Experience building applications with complex logic, cutting edge technology or applied research.
  • Experienced building instant messaging and chat applications.
  • Already in the blockchain and decentralized technologies space or familiarity with it; you understand how they work.
  • Strong alignment to our principles:https://status.im/about/#our-principles.

[Don’t worry if you don’t meet all of these criteria, we’d still love to hear from you anyway if you think you’d be a great fit for this role. Just explain to us why in your cover letter].

Bonus points if:

  • You have experience leading the integration of a complex tech stack in an application.
  • You are already familiar with the Ethereum community, Web3 or blockchain development
  • You work for an open-source organization
  • You have experience working remotely

Hiring process:

  • Chat with people ops
  • Pair programming with Go-Waku Developer
  • Chat with Status Mobile Lead
  • Chat with Waku Lead

[The steps may change along the way if we see it makes sense to adapt the interview stages, so please consider the above as a guideline].

Compensation:

The expected compensation range for this role is $80,000 - $100,000 (dependent on how we assess your skills and experience throughout our interview process).

We are happy to pay in any mix of fiat/crypto.

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:

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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.
  7. 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.
  8. Impact on User Experience: For end-users, Layer 2 solutions can greatly improve the experience by reducing transaction fees and increasing transaction speeds.
  9. 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.