nwaku/waku/v2/node
Oskar Thorén 0d5e14f83c
Libwaku spike start (#510)
* libwaku init e2e

* basic cstring check

* wip
2021-04-28 19:13:34 +08:00
..
jsonrpc Updates store json rpc api (#499) 2021-04-23 14:14:40 -07:00
libwaku Libwaku spike start (#510) 2021-04-28 19:13:34 +08:00
peer_manager Add persistent backoff for peers (#497) 2021-04-21 11:36:56 +02:00
scripts Updates store json rpc api (#499) 2021-04-23 14:14:40 -07:00
storage Enabling pubsub topic filter in history queries (#492) 2021-04-27 16:52:24 -07:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
config.nim Lightpush protocol cont (#506) 2021-04-24 12:56:37 +08:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
quicksim2.nim Change contentTopic to string (#463) 2021-04-08 17:55:19 +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 Lightpush protocol cont (#506) 2021-04-24 12:56:37 +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.