nwaku/waku/v2/node
decanus 67f852776b
fix
2020-12-22 16:53:01 +01:00
..
jsonrpc enhancement/unused-import-cleanup (#322) 2020-12-21 10:14:51 +01:00
rpc fix 2020-12-22 16:53:01 +01:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
config.nim Accounting: Move flag to config and add basic test for accounting state (#284) 2020-11-21 13:31:48 +08:00
message_store.nim enhancement/unused-import-cleanup (#322) 2020-12-21 10:14:51 +01:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
quicksim2.nim enhancement/unused-import-cleanup (#322) 2020-12-21 10:14:51 +01:00
sqlite.nim refactor/db-message-store-split (#280) 2020-11-24 10:50:59 +08:00
start_network2.nim enhancement/unused-import-cleanup (#322) 2020-12-21 10:14:51 +01:00
waku_payload.nim Folder restructure (#274) 2020-11-17 17:34:53 +08:00
wakunode2.nim Await WakuRelay publish on node (#313) 2020-12-02 10:40:53 +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.