docs.waku.org/docs/powered-by-waku.mdx

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"
appName="Status"
>
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"
appName="XMTP"
>
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"
appName="RAILGUN"
>
RAILGUN uses Waku to offer private gas payments to users, ensuring anonymity and privacy for their transactions.
</PoweredByCard>
<PoweredByCard
appLink="https://thegraph.com/"
logoSrc="/img/the-graph-logo.svg"
appName="The Graph"
>
Waku powers the Graphcast SDK, enabling the development of gossip-powered applications within The Graph ecosystem.
</PoweredByCard>
</div>
```