37 lines
1.1 KiB
Plaintext
37 lines
1.1 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>
|
|
</div>
|
|
``` |