nwaku/waku/v2/node
Hanno Cornelius d44eab7cd7
Fix compilation with `rln` defined (#680)
* Fix compilation with rln defined
2021-07-21 11:37:10 +02:00
..
jsonrpc Cleaning imports of the waku store module (#673) 2021-07-16 15:28:35 -07:00
peer_manager General refactoring: `nim-waku` (#671) 2021-07-16 17:13:36 +02:00
scripts Makes the arguments of the store jsonrpc api optional (#526) 2021-05-03 12:25:28 -07:00
storage General refactoring: `nim-waku` (#671) 2021-07-16 17:13:36 +02:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
config.nim Filter and lightpush showcase (#593) 2021-06-04 12:02:47 +02:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
quicksim2.nim Change contentTopic to string (#463) 2021-04-08 17:55:19 +08:00
start_network2.nim enhancement/unused-import-cleanup (#322) 2020-12-21 10:14:51 +01:00
waku_payload.nim Move Whisper types and protocol from nim-eth to this repo (#663) 2021-07-19 16:14:37 +08:00
wakunode2.nim Fix compilation with `rln` defined (#680) 2021-07-21 11:37:10 +02:00

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.