nwaku/waku/v2/node
Hanno Cornelius aa9a74c60b
Fix nil error when starting wakunode2 with store/filter node (#441)
2021-03-30 15:33:19 +02:00
..
jsonrpc Integrate persistent peer storage (#437) 2021-03-26 10:49:51 +02:00
peer_manager Integrate persistent peer storage (#437) 2021-03-26 10:49:51 +02:00
scripts Remove stale rpc code & repair scripts (#365) 2021-02-04 10:39:55 +02:00
storage Integrate persistent peer storage (#437) 2021-03-26 10:49:51 +02:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
config.nim Improved description for config items (#410) 2021-03-10 09:03:22 +02:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
quicksim2.nim Fix network simulation and remote peer ID CLI argument parsing (#351) 2021-01-25 13:03:52 +02:00
start_network2.nim enhancement/unused-import-cleanup (#322) 2020-12-21 10:14:51 +01:00
waku_payload.nim Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +08:00
wakunode2.nim Fix nil error when starting wakunode2 with store/filter node (#441) 2021-03-30 15:33:19 +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.