mirror of https://github.com/waku-org/nwaku.git
2fe53c334c
* makes rlnlib target optional * makes the rln-related targets conditioned to the RLN command line flag * adds the rln compiler flag condition * adds the rln compiler flag condition to the rln module * wakunode2 rln conditional compilation * updates wakunode2 test * updates waku rln relay tests * removing the rln test from the default imports of the v2 tests * imports rln module conditionally * removes the rln flag condition from the rln module * separates rln data types from its procs * adds the import statement * brings back the contract def to the rln utils * adds rln module import to the rln unit tests * clean up and reorganization * adds a todo * minor edits on a comment |
||
---|---|---|
.. | ||
jsonrpc | ||
libwaku | ||
peer_manager | ||
scripts | ||
storage | ||
README.md | ||
config.nim | ||
nim.cfg | ||
quicksim2.nim | ||
start_network2.nim | ||
waku_payload.nim | ||
wakunode2.nim |
README.md
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.