Skip to main content

Waku for All Decentralized Applications and Infrastructures

by
7 min read

Waku is an open communication protocol and network. Decentralized apps and infrastructure can use Waku for their communication needs. It is designed to enable dApps and decentralized infrastructure projects to have secure, private, scalable communication. Waku is available in several languages and platforms, from Web to mobile to desktop to cloud. Initially, We pushed Waku adoption to the Web ecosystem, we learned that Waku is usable in a variety of complex applications and infrastructure projects. We have prioritized our effort to make Waku usable on various platforms and environments.

Background

We have built Waku to be the communication layer for Web3. Waku is a collection of protocols to chose from for your messaging needs. It enables secure, censorship-resistant, privacy-preserving, spam-protected communication for its user. It is designed to run on any device, from mobile to the cloud.

Waku is available on many systems and environments and used by several applications and SDKs for decentralized communications.

This involved research efforts in various domains: conversational security, protocol incentivization, zero-knowledge, etc.

Waku uses novel technologies. Hence, we knew that early dogfooding of Waku was necessary. Even if research was still in progress [1]. Thus, as soon as Waku protocols and software were usable, we started to push for the adoption of Waku. This started back in 2021.

Waku is the communication component of the Web3 trifecta. This trifecta was Ethereum (contracts), Swarm (storage) and Whisper (communication). Hence, it made sense to first target dApps which already uses one of the pillars: Ethereum.

As most dApps are web apps, we started the development of js-waku for the browser.

Once ready, we reached out to dApps to integrate Waku, added prizes to hackathons and gave talks.

We also assumed we would see patterns in the usage of Waku, that we would facilitate with the help of SDKs.

Finally, we created several web apps: examples and PoCs.

By discussing with Waku users and watching it being used, we learned a few facts:

  1. The potential use cases for Waku are varied and many:
  1. Many projects are interested in having an embedded chat in their dApp,
  2. There are complex applications that need Waku as a solution. Taking RAILGUN as an example:
  • Web wallet
  • + React Native mobile wallet
  • + NodeJS node/backend.

(1) means that it is not that easy to create SDKs for common use cases.

(2) was a clear candidate for an SDK. Yet, building a chat app is a complex task. Hence, the Status app team tackled this in the form of Status Web.

Finally, (3) was the most important lesson. We learned that multi-tier applications need Waku for decentralized and censorship-resistant communications. For these projects, js-waku is simply not enough. They need Waku to work in their Golang backend, Unity desktop game and React Native mobile app.

We understood that we should see the whole Waku software suite (js-waku, nwaku, go-waku, waku-react-native, etc) as an asset for its success. That we should not limit outreach, marketing, documentation efforts to the web, but target all platforms.

From a market perspective, we identified several actors:

  • platforms: Projects that uses Waku to handle communication,
  • operators: Operators run Waku nodes and are incentivized to do so,
  • developers: Developers are usually part of a platforms or solo hackers learning Web3,
  • contributors: Developers and researchers with interests in decentralization, privacy, censorship-resistance, zero-knowledge, etc.

Waku for All Decentralized Applications and Infrastructures

In 2022, we shifted our focus to make the various Waku implementations usable and used.

We made Waku multi-plaform.

We shifted Waku positioning to leverage all Waku implementations and better serve the user's needs:

We are consolidating the documentation for all implementations on a single website (work in progress) to improve developer experience.

This year, we also started the operator outreach effort to push for users to run their own Waku nodes. We have recently concluded our first operator trial run. Nwaku's documentation, stability and performance has improved. It is now easier to run your own Waku node.

Today, operator wannabes most likely run their own nodes to support or use the Waku network. We are dogfooding Waku RLN, our novel economic spam protection protocol, and looking at incentivizing the Waku Store protocol. This way, we are adding reasons to run your own Waku node.

For those who were following us in 2021, know that we are retiring the Waku Connect branding in favour of the Waku branding.

Waku for Your Project

As discussed, Waku is now available on various platforms. The question remains: How can Waku benefit your project?

Here are a couple of use cases we recently investigated:

Layer-2 Decentralization

Most ([2] [3] roll-ups use a centralized sequencer or equivalent. Running several sequencers is not as straightforward as running several execution nodes. Waku can help:

  • Provide a neutral marketplace for a mempool: If sequencers compete for L2 tx fees, they may not be incentivized to share transactions with other sequencers. Waku nodes can act as a neutral network to enable all sequences to access transactions.
  • Enable censorship-resistant wallet<>L2 communication,
  • Provide rate limiting mechanism for spam protection: Using RLN to prevent DDOS.

Device pairing and communication

With Waku Device Pairing, a user can setup a secure encrypted communication channel between their devices. As this channel would operate over Waku, it would be censorship-resistant and privacy preserving. These two devices could be:

  • Ethereum node and mobile phone to access a remote admin panel,
  • Alice's phone and Bob's phone for any kind of secure communication,
  • Mobile wallet and desktop/browser dApp for transaction and signature exchange.

Check js-waku#950 for the latest update on this.

Get Involved

Developer? Grab any of the Waku implementations and integrate it in your app: https://waku.org/platform.

Researcher? See https://vac.dev/contribute to participate in Waku research.

Tech-savvy? Try to run your own node: https://waku.org/operator.

Otherwise, play around with the various web examples.

If you want to help, we are hiring!

Moving Forward

What you can expect next:


References

  • [1] Waku is modular; it is a suite of protocols; hence some Waku protocols may be mature, while new protocols are still being designed. Which means that research continues to be ongoing while Waku is already used in production.
  • [2] The Optimism Foundation runs the only block produce on the Optimism network.
  • [3] Top 10 L2s are documented has having a centralized operator.