mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-03 13:23:06 +00:00
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
---
|
|
title: Powered by Waku
|
|
---
|
|
|
|
Leap into the future with Waku! Revolutionize communication, collaboration, and connectivity. Join us and create something extraordinary!
|
|
|
|
```mdx-code-block
|
|
import PoweredByCard from "@site/src/components/PoweredByCard";
|
|
|
|
<div className="powered-by-card-container">
|
|
<PoweredByCard
|
|
appLink="https://status.im"
|
|
logoSrc="/img/status-logo.svg"
|
|
logoAlt="Status icon"
|
|
>
|
|
Status is a secure messaging app, crypto wallet, and Web3 browser built with state-of-the-art technology.
|
|
</PoweredByCard>
|
|
<PoweredByCard
|
|
appLink="https://xmtp.org"
|
|
logoSrc="/img/xmtp-logo.svg"
|
|
logoAlt="XMTP icon"
|
|
>
|
|
XMTP uses the Waku network to enable secure Web3 messaging in their open protocol and network.
|
|
</PoweredByCard>
|
|
<PoweredByCard
|
|
appLink="https://railgun.org/"
|
|
logoSrc="/img/railgun-logo.png"
|
|
logoAlt="RAILGUN icon"
|
|
>
|
|
RAILGUN uses Waku to offer private gas payments to users, ensuring anonymity and privacy for their transactions.
|
|
</PoweredByCard>
|
|
<PoweredByCard
|
|
appLink="https://github.com/graphops/graphcast-sdk"
|
|
logoSrc="/img/the-graph-logo.svg"
|
|
logoAlt="The Graph icon"
|
|
>
|
|
Waku powers the Graphcast SDK, enabling the development of gossip-powered applications within The Graph ecosystem.
|
|
</PoweredByCard>
|
|
</div>
|
|
``` |