mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-10 14:56:31 +00:00
d64aadc8ad
* adds the proof field to the WakuMessage * adds a basic zkProof api * adds proof gen to the publish proc * relocates the proofGen and proofVrfy to rln_relay_utils * wip: test of proof gen * adds a procedure to pass rln-relay message validator, adds the proof gen * tests the proof gen and verify * relocates zkp API * adds documentation and todos * adds todos and documentations * removes an unnecessary comment * adds todos
Waku Node v2
This folder contains code related to running a wakunode2
process. The main entrypoint is the wakunode2
file.
See ../../docs/api/v2/node.md
for more details on the the Nim Node API.