nwaku/waku/v2/node
Oskar Thorén 37a3a4fadd
Refactor: Put waku_type content where it belongs (#333)
- Separate out types and methods into appropriate module
- Add util folder for small utils used in multiple independent places
- Update paths
2021-01-06 17:35:05 +08:00
..
jsonrpc Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +08: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 Integrate API and add tutorial (#330) 2020-12-24 10:02:30 +02:00
message_store.nim Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +08: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 Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +08:00
wakunode2.nim Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +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.