mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-07 08:23:08 +00:00
* 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.