nwaku/waku/v2/node
Oskar Thorén 44e9d4d86b
Refactor types store (#291)
* Refactor: Move waku_store into its own folder

* Refactor: Move waku store types to new home (WIP)

* Refactor: Fix errors and recursive imports

* Fix rebase errors

* Refactor: More rebase import fixes
2020-11-24 12:34:32 +08:00
..
jsonrpc Refactor types store (#291) 2020-11-24 12:34:32 +08:00
rpc Refactor types store (#291) 2020-11-24 12:34:32 +08: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 refactor/db-message-store-split (#280) 2020-11-24 10:50:59 +08:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
quicksim2.nim Folder restructure (#274) 2020-11-17 17:34:53 +08:00
sqlite.nim refactor/db-message-store-split (#280) 2020-11-24 10:50:59 +08:00
start_network2.nim Folder restructure (#274) 2020-11-17 17:34:53 +08:00
waku_payload.nim Folder restructure (#274) 2020-11-17 17:34:53 +08:00
wakunode2.nim Refactor types store (#291) 2020-11-24 12:34:32 +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.