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

44 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:
2023-06-16 08:40:22 +00:00
"Waku powers many of the Status super app's features, including its private messaging.",
2023-06-06 09:05:31 +00:00
logoSrc: "/img/status-mark-black.svg",
logoSrcDark: "/img/status-mark-white.svg",
link: "https://status.im",
},
{
name: "RAILGUN",
description:
2023-06-16 08:40:22 +00:00
"The privacy-focused DeFi protocol Railgun anonymizes Ethereum transactions with Waku.",
2023-06-06 09:05:31 +00:00
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/",
},
2023-07-15 23:08:27 +00:00
{
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",
},
2023-06-06 09:05:31 +00:00
]}
2023-07-04 12:33:22 +00:00
/>