docs.waku.org/docs/powered-by-waku.mdx
2023-05-22 11:53:23 +01:00

44 lines
1.4 KiB
Plaintext

---
title: Powered by Waku
custom_edit_url: null
hide_table_of_contents: true
---
Leap into the future with Waku! Revolutionize communication, collaboration, and connectivity. Join us and create something extraordinary!
<!-- Ready to showcase your app with us? Let us know, and we will share your extraordinary creation with the world! -->
```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>
```