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

45 lines
1.4 KiB
Plaintext
Raw Normal View History

2023-05-20 22:09:10 +00:00
---
title: Powered by Waku
---
Leap into the future with Waku! Revolutionize communication, collaboration, and connectivity. Join us and create something extraordinary!
2023-06-06 09:05:31 +00:00
import { PoweredBy } from "@site/src/components/mdx";
2023-05-20 22:09:10 +00:00
2023-06-06 09:05:31 +00:00
<PoweredBy
items={[
{
name: "Status",
description:
"Status is a secure messaging app, crypto wallet, and Web3 browser built with state-of-the-art technology.",
logoSrc: "/img/status-mark-black.svg",
logoSrcDark: "/img/status-mark-white.svg",
link: "https://status.im",
},
{
name: "XMTP",
description:
"XMTP uses the Waku network to enable secure Web3 messaging in their open protocol and network.",
logoSrc: "/img/xmtp-mark-black.svg",
logoSrcDark: "/img/xmtp-mark-white.svg",
link: "https://xmtp.org",
},
{
name: "RAILGUN",
description:
"RAILGUN uses Waku to offer private gas payments to users, ensuring anonymity and privacy for their transactions.",
logoSrc: "/img/railgun-mark-black.svg",
logoSrcDark: "/img/railgun-mark-white.svg",
link: "https://railgun.org",
},
{
name: "The Graph",
description:
"Waku powers the Graphcast SDK, enabling the development of gossip-powered applications within The Graph ecosystem.",
logoSrc: "/img/the-graph-mark-black.svg",
logoSrcDark: "/img/the-graph-mark-white.svg",
link: "https://thegraph.com/",
},
]}
/>