nim-waku/docs/operators
NagyZoltanPeter aa9c3025db
Removed remaining of json-rpc reference from connect.md and change to the correct rest api reference page. (#2597)
2024-04-17 09:20:07 +02:00
..
how-to Removed remaining of json-rpc reference from connect.md and change to the correct rest api reference page. (#2597) 2024-04-17 09:20:07 +02:00
README.md docs: Fix Typos Across Various Documentation Files (#2310) 2024-01-08 13:13:34 +01:00
docker-quickstart.md chore: switch wakuv2 to waku fleet (#2519) 2024-03-20 16:28:00 +01:00
droplet-quickstart.md chore: switch wakuv2 to waku fleet (#2519) 2024-03-20 16:28:00 +01:00
overview.md chore: remove json rpc (#2416) 2024-02-29 23:35:27 +01:00
quickstart.md chore: switch wakuv2 to waku fleet (#2519) 2024-03-20 16:28:00 +01:00

README.md

The nwaku guide for operators

If you're eager to get started, check out our quickstart guide for typical configurations or step-by-step overview for newcomers.

Nwaku is a client implementation in Nim of the Waku v2 family of protocols for peer-to-peer communication. The protocols are designed to be secure, privacy-preserving, censorship-resistant and able to run in resource restricted environments. Moreover, we've taken a modular approach so that node operators can choose which protocols they want to support based on their own motivations and availability of resources. We call this concept "adaptive nodes", implying that a Waku v2 network can consist of heterogeneous nodes contributing at different levels to the network.

Nwaku (formerly nim-waku) aims to be a lightweight and robust Waku v2 client. It serves as the reference implementation for researchers, who extend the client in parallel to spec development. As such, it is first in line to support innovative and new Waku v2 protocols, but configurable enough to serve the adaptive needs of various operators. We are also developing a set of operator-focused tools to monitor and maintain a running nwaku node.

This guide provides step-by-step tutorials covering how to build and configure your own nwaku node, connect to an existing Waku v2 network and use existing tools for monitoring and maintaining a running node.

Helpful resources

Getting in touch or reporting an issue

For an inquiry, or if you would like to propose new features, feel free to open a general issue.

For bug reports, please tag your issue with the bug label.

If you believe the reported issue requires critical attention, please use the critical label to assist with triaging.

To get help, or participate in the conversation, join the Vac Discord server.