36 lines
1.1 KiB
Plaintext
36 lines
1.1 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/",
|
|
},
|
|
]}
|
|
/> |