Waku v2 protocol wire formats repository
Go to file
richΛrd eb17d5032f
chore: fix store.proto and add rln.proto (#19)
* fix: make the store.proto match the RFC definition

* feat: add RateLimitProof field and message definition
2023-10-25 14:17:43 +01:00
.github/workflows ci: fix ci-ignore workflow 2022-11-15 00:43:12 +01:00
waku chore: fix store.proto and add rln.proto (#19) 2023-10-25 14:17:43 +01:00
.editorconfig chore: initial commit 2022-11-11 02:07:03 +01:00
.gitignore chore: initial commit 2022-11-11 02:07:03 +01:00
LICENSE-APACHEv2 chore: initial commit 2022-11-11 02:07:03 +01:00
LICENSE-MIT chore: initial commit 2022-11-11 02:07:03 +01:00
Makefile build: improve makefile and requirements documentation (#17) 2023-05-18 14:14:14 +02:00
README.md build: improve makefile and requirements documentation (#17) 2023-05-18 14:14:14 +02:00
buf.lock chore: initial commit 2022-11-11 02:07:03 +01:00
buf.yaml chore: initial commit 2022-11-11 02:07:03 +01:00

README.md

Waku

Waku v2 is a family of modular peer-to-peer protocols for secure communication. These protocols are designed to be secure, privacy-preserving, censorship-resistant, and able to run in resource-restricted environments. At a high level, Waku v2 implements a Pub/Sub messaging pattern over libp2p and adds capabilities to it.

Learn more about Waku

Requirements