nwaku/waku/v2/node
Hanno Cornelius ed979a7d60
Fix network simulation and remote peer ID CLI argument parsing (#351)
* Fix network simulation and remote peer ID CLI argument parsing
2021-01-25 13:03:52 +02:00
..
jsonrpc Extract MessageStore interface (#350) 2021-01-22 11:39:16 +02:00
message_store Extract MessageStore interface (#350) 2021-01-22 11:39:16 +02:00
rpc Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +08:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
config.nim Adds rln-relay flag (#347) 2021-01-08 09:56:58 -08: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 network simulation and remote peer ID CLI argument parsing (#351) 2021-01-25 13:03:52 +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.