nwaku/waku/v2/node
Hanno Cornelius 55096cbd1d
Improved description for config items (#410)
2021-03-10 09:03:22 +02:00
..
jsonrpc Feat/pm connection tracking (#377) 2021-02-12 10:53:52 +02:00
message_store Minor fixes for chat2 and store (#407) 2021-03-08 09:45:10 +02:00
scripts Remove stale rpc code & repair scripts (#365) 2021-02-04 10:39:55 +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
peer_manager.nim Feat/pm connection tracking (#377) 2021-02-12 10:53:52 +02: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 Integrate registration into wakunode and Enable signed registration transactions (#385) 2021-02-22 09:40:02 -08: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.