mirror of
https://github.com/waku-org/docs.waku.org.git
synced 2025-02-23 02:08:07 +00:00
more reorg
This commit is contained in:
parent
7cc4fe75b1
commit
85aeac7b5b
24
README.md
24
README.md
@ -20,42 +20,28 @@ git clone https://github.com/waku-org/waku.guide
|
|||||||
Install the dependencies:
|
Install the dependencies:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install
|
|
||||||
|
|
||||||
# or
|
|
||||||
|
|
||||||
yarn install
|
yarn install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running Locally
|
## Running Locally
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm start
|
|
||||||
|
|
||||||
# or
|
|
||||||
|
|
||||||
yarn start
|
yarn start
|
||||||
```
|
```
|
||||||
|
|
||||||
Check for spelling errors before deploying:
|
Check for spelling errors before deploying:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run check:spell
|
|
||||||
|
|
||||||
# or
|
|
||||||
|
|
||||||
yarn check:spell
|
yarn check:spell
|
||||||
```
|
```
|
||||||
|
|
||||||
Create a production build locally to check for errors:
|
Create a production build locally to check for errors:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run build
|
|
||||||
npm run serve
|
|
||||||
|
|
||||||
# or
|
|
||||||
|
|
||||||
yarn build
|
yarn build
|
||||||
|
|
||||||
|
# test the build
|
||||||
|
|
||||||
yarn serve
|
yarn serve
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -93,9 +79,5 @@ You can find the instructions on adding more documentation sections, localizatio
|
|||||||
Docusaurus depends heavily on caching to enhance site performance. If you make changes that do not appear in the portal, try clearing the cache by running:
|
Docusaurus depends heavily on caching to enhance site performance. If you make changes that do not appear in the portal, try clearing the cache by running:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm run clear
|
|
||||||
|
|
||||||
# or
|
|
||||||
|
|
||||||
yarn clear
|
yarn clear
|
||||||
```
|
```
|
@ -4,7 +4,7 @@ title: Join Our Community
|
|||||||
|
|
||||||
Welcome to the Waku Community! Whether you're interested in building with Waku, contributing to the network, expanding your knowledge, or staying up-to-date with our progress, we have something for everyone.
|
Welcome to the Waku Community! Whether you're interested in building with Waku, contributing to the network, expanding your knowledge, or staying up-to-date with our progress, we have something for everyone.
|
||||||
|
|
||||||
## [Forum](https://forum.vac.dev/)
|
## [Vac Forum](https://forum.vac.dev/)
|
||||||
|
|
||||||
Have you got questions, or are you eager to discuss Waku? Head to the [Vac Forum](https://forum.vac.dev/) and join the conversation!
|
Have you got questions, or are you eager to discuss Waku? Head to the [Vac Forum](https://forum.vac.dev/) and join the conversation!
|
||||||
|
|
||||||
|
@ -8,11 +8,11 @@ Get involved in Waku's open-source initiatives to improve the protocol, SDKs, de
|
|||||||
|
|
||||||
By integrating Waku into your application, you can contribute by:
|
By integrating Waku into your application, you can contribute by:
|
||||||
|
|
||||||
- [Operating a node](https://github.com/waku-org/nwaku/tree/master/docs/operators) within your application.
|
- [Running a node](https://github.com/waku-org/nwaku/tree/master/docs/operators) within your application.
|
||||||
- Reporting bugs and suggesting missing features to the development team.
|
- Reporting bugs and suggesting missing features to the development team.
|
||||||
- Inspiring other developers to explore and utilize Waku for [various use cases](/overview/use-cases).
|
- Inspiring other developers to explore and utilize Waku for [various use cases](/overview/use-cases).
|
||||||
|
|
||||||
Begin your journey by exploring [Waku's integration options](/sdk/overview) and start building today!
|
Begin your journey by exploring the [Waku platforms](/platform/overview) and start building today!
|
||||||
|
|
||||||
## Report a Bug
|
## Report a Bug
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Getting Started With Waku
|
title: Getting Started With Waku
|
||||||
slug: /sdk/overview
|
slug: /platform/overview
|
||||||
---
|
---
|
||||||
|
|
||||||
:::caution
|
:::caution
|
||||||
@ -9,11 +9,11 @@ Waku has risks and limitations as it is still developing and preparing for exten
|
|||||||
|
|
||||||
Ready to integrate Waku into your application for private, secure, censorship-free communication? Explore the available integration options and contribute by operating a node.
|
Ready to integrate Waku into your application for private, secure, censorship-free communication? Explore the available integration options and contribute by operating a node.
|
||||||
|
|
||||||
## Operating a Waku Node
|
## Run a Waku Node
|
||||||
|
|
||||||
The Waku network is permissionless and decentralized, consisting of nodes. It is open for anyone to operate a node, use the network, and contribute to its support. Please visit the [nwaku guide for operators](https://github.com/waku-org/nwaku/tree/master/docs/operators) to learn more.
|
The Waku network is permissionless and decentralized, consisting of nodes. It is open for anyone to run a node, use the network, and contribute to its support. Please visit the [nwaku guide for operators](https://github.com/waku-org/nwaku/tree/master/docs/operators) to learn more.
|
||||||
|
|
||||||
## SDK Integrations
|
## Integrate Using SDKs
|
||||||
|
|
||||||
| SDK | Description | Documentation |
|
| SDK | Description | Documentation |
|
||||||
| - | - | - |
|
| - | - | - |
|
||||||
@ -22,23 +22,18 @@ The Waku network is permissionless and decentralized, consisting of nodes. It is
|
|||||||
| [go-waku](https://github.com/waku-org/go-waku) | Golang SDK designed for integration in Golang applications, includes C bindings for usage in C/C++, C#/Unity, Swift, and Kotlin | |
|
| [go-waku](https://github.com/waku-org/go-waku) | Golang SDK designed for integration in Golang applications, includes C bindings for usage in C/C++, C#/Unity, Swift, and Kotlin | |
|
||||||
| [waku-rust-bindings](https://github.com/waku-org/waku-rust-bindings) | Rust wrapper using `go-waku` bindings designed for integration in Rust applications | |
|
| [waku-rust-bindings](https://github.com/waku-org/waku-rust-bindings) | Rust wrapper using `go-waku` bindings designed for integration in Rust applications | |
|
||||||
|
|
||||||
## API Integration
|
## Run on Mobile Devices
|
||||||
|
|
||||||
| API Protocol | Description | Documentation |
|
|
||||||
| - | - | - |
|
|
||||||
| JSON-RPC | `JSON-RPC` API provided by nodes for seamless integration with Waku | |
|
|
||||||
|
|
||||||
## Mobile Integrations
|
|
||||||
|
|
||||||
| Language | Description | Documentation |
|
| Language | Description | Documentation |
|
||||||
| - | - | - |
|
| - | - | - |
|
||||||
| React Native | React Native wrapper using `go-waku` bindings designed for native mobile integration | |
|
| [React Native](https://github.com/waku-org/waku-react-native) | React Native wrapper using `go-waku` bindings designed for native mobile integration | |
|
||||||
| Swift (iOS) | Swift applications can use `go-waku` bindings to seamlessly integrate Waku | |
|
| Swift (iOS) | Swift applications can use `go-waku` bindings to seamlessly integrate Waku | |
|
||||||
| Kotlin (Android) | Kotlin applications can use `go-waku` bindings to seamlessly integrate Waku | |
|
| Kotlin (Android) | Kotlin applications can use `go-waku` bindings to seamlessly integrate Waku | |
|
||||||
|
|
||||||
## Other Integrations
|
## Other Platforms
|
||||||
|
|
||||||
| SDK | Description | Documentation |
|
| Platform | Description | Documentation |
|
||||||
| - | - | - |
|
| - | - | - |
|
||||||
| [waku-ui](https://github.com/waku-org/waku-ui) | React components and UI adapters designed for seamless integration with `js-waku` | |
|
| [waku-ui](https://github.com/waku-org/waku-ui) | React components and UI adapters designed for seamless integration with `js-waku` | |
|
||||||
| [@waku/create-app](https://www.npmjs.com/package/@waku/create-app) | Starter kit to bootstrap your next Waku project from various example templates | |
|
| [@waku/create-app](https://www.npmjs.com/package/@waku/create-app) | Starter kit to bootstrap your next Waku project from various example templates | |
|
||||||
|
| JSON-RPC API | `JSON-RPC` API interface provided by nodes for seamless integration with Waku | |
|
@ -30,7 +30,7 @@ import PoweredByCard from "@site/src/components/PoweredByCard";
|
|||||||
RAILGUN uses Waku to offer private gas payments to users, ensuring anonymity and privacy for their transactions.
|
RAILGUN uses Waku to offer private gas payments to users, ensuring anonymity and privacy for their transactions.
|
||||||
</PoweredByCard>
|
</PoweredByCard>
|
||||||
<PoweredByCard
|
<PoweredByCard
|
||||||
appLink="https://github.com/graphops/graphcast-sdk"
|
appLink="https://thegraph.com/"
|
||||||
logoSrc="/img/the-graph-logo.svg"
|
logoSrc="/img/the-graph-logo.svg"
|
||||||
logoAlt="The Graph icon"
|
logoAlt="The Graph icon"
|
||||||
>
|
>
|
||||||
|
@ -59,12 +59,12 @@ const config = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "dropdown",
|
type: "dropdown",
|
||||||
label: "Waku SDKs",
|
label: "Platforms",
|
||||||
position: "right",
|
position: "right",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Overview",
|
label: "Overview",
|
||||||
to: "/sdk/overview"
|
to: "/platform/overview"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -103,10 +103,10 @@ const config = {
|
|||||||
footer: {
|
footer: {
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
title: "Waku SDKs",
|
title: "Platforms",
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
to: "/sdk/overview",
|
to: "/platform/overview",
|
||||||
label: "Overview"
|
label: "Overview"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -9,8 +9,8 @@ const sidebars = {
|
|||||||
"overview/use-cases",
|
"overview/use-cases",
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "link",
|
||||||
label: "Waku SDKs",
|
label: "Platforms",
|
||||||
href: "/sdk/overview"
|
href: "/platform/overview"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "link",
|
type: "link",
|
||||||
@ -42,8 +42,8 @@ const sidebars = {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
sdk: [
|
platform: [
|
||||||
"sdk/index"
|
"platform/index"
|
||||||
],
|
],
|
||||||
community: [
|
community: [
|
||||||
"powered-by-waku",
|
"powered-by-waku",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user