waku.guide/docs/guides/sdks-and-nodes.md

42 lines
2.6 KiB
Markdown
Raw Normal View History

2023-05-23 11:50:55 +00:00
---
2023-05-27 06:45:58 +00:00
title: SDKs and Nodes
2023-05-23 11:50:55 +00:00
---
:::caution
Waku has risks and limitations as it is still developing and preparing for extensive adoption. However, it is already demonstrating its capabilities by [powering various applications](/powered-by-waku). [Join our community](/community) to stay updated on our progress.
2023-05-23 11:50:55 +00:00
:::
2023-05-27 06:45:58 +00:00
Ready to integrate Waku into your application for private, secure, censorship-free communication? Explore the available SDKs and contribute by operating a node.
2023-05-23 11:50:55 +00:00
2023-05-27 06:45:58 +00:00
## Operate a Waku Node
2023-05-23 11:50:55 +00:00
2023-05-29 13:56:25 +00:00
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](https://github.com/waku-org/nwaku/tree/master/docs/operators) (recommended) or [go-waku guide](https://github.com/waku-org/go-waku/tree/master/docs/operators) for operators to learn more.
2023-05-23 11:50:55 +00:00
2023-05-27 06:45:58 +00:00
## Integrate Using SDKs
Waku is implemented in multiple SDKs, allowing it to easily integrate with different languages and address various use cases.
2023-05-23 11:50:55 +00:00
| SDK | Description | Documentation |
| - | - | - |
| [js-waku](https://github.com/waku-org/js-waku) | JavaScript/TypeScript SDK designed for browser environments | |
2023-05-30 13:48:15 +00:00
| [nwaku](https://github.com/waku-org/nwaku) | Nim SDK for running a standalone node and accessing the Waku network | |
2023-05-29 13:56:25 +00:00
| [go-waku](https://github.com/waku-org/go-waku) | Golang SDK designed for integration with 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 | |
2023-05-23 11:50:55 +00:00
2023-05-25 15:39:25 +00:00
## Run on Mobile Devices
2023-05-23 11:50:55 +00:00
2023-05-27 06:45:58 +00:00
Waku provides integrations tailored for mobile applications, enabling Waku to operate efficiently on mobile devices.
2023-05-23 11:50:55 +00:00
| Language | Description | Documentation |
| - | - | - |
2023-05-25 15:39:25 +00:00
| [React Native](https://github.com/waku-org/waku-react-native) | React Native wrapper using `go-waku` bindings designed for native mobile integration | |
2023-05-27 06:45:58 +00:00
| Swift (iOS) | `go-waku` bindings for Swift applications to seamlessly integrate Waku | |
| Kotlin (Android) | `go-waku` bindings for Kotlin applications to seamlessly integrate Waku | |
2023-05-27 06:45:58 +00:00
## More Integrations
2023-05-29 13:56:25 +00:00
| Implementation | Description | Documentation |
| - | - | - |
2023-05-30 13:48:15 +00:00
| [@waku/react](https://www.npmjs.com/package/@waku/react) | 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 `js-waku` project from various example templates | |
2023-05-29 13:56:25 +00:00
| JSON-RPC API | `JSON-RPC` API interface provided by `nwaku` and `go-waku` to access the Waku network | |