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

45 lines
1.4 KiB
Plaintext

---
title: Powered by Waku
---
Leap into the future with Waku! Revolutionize communication, collaboration, and connectivity. Join us and create something extraordinary!
import { PoweredBy } from "@site/src/components/mdx";
<PoweredBy
items={[
{
name: "Status",
description:
"Waku powers many of the Status super app's features, including its private messaging.",
logoSrc: "/img/status-mark-black.svg",
logoSrcDark: "/img/status-mark-white.svg",
link: "https://status.im",
},
{
name: "RAILGUN",
description:
"The privacy-focused DeFi protocol Railgun anonymizes Ethereum transactions with Waku.",
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/",
},
{
name: "XMTP",
description:
"Inter-blockchain account messaging protocol XMTP uses Waku to facilitate communication between nodes in its currently permissioned network.",
logoSrc: "/img/xmtp-mark-black.svg",
logoSrcDark: "/img/xmtp-mark-white.svg",
link: "https://xmtp.org",
},
]}
/>