nwaku/waku/v2/node
Lorenzo Delgado 993781a137 chore: remove unused imports 2022-06-30 00:35:18 +02:00
..
discv5 chore: remove unused imports 2022-06-30 00:35:18 +02:00
dnsdisc Add support for RFC31 ENR (#789) 2021-12-06 20:51:37 +01:00
jsonrpc feat(jsonrpc): add call returning git version (#919) 2022-03-30 17:17:21 +02:00
peer_manager chore: reduce unnecessary logging (#991) 2022-06-08 11:20:18 +02:00
rest feat(rest): Add HTTP REST API (#727). Add Relay REST API 2022-06-23 10:12:38 +02:00
scripts Makes the arguments of the store jsonrpc api optional (#526) 2021-05-03 12:25:28 -07:00
storage perf(store): remove vacuum (#1025) 2022-06-29 12:06:42 +02:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
config.nim chore: remove unused imports 2022-06-30 00:35:18 +02:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
quicksim2.nim Refactoring timestamps (#842) 2022-02-17 16:00:15 +01:00
start_network2.nim discv5 stage1 testnet (#863) 2022-03-01 17:12:23 +01:00
waku_payload.nim feat(noise): add support to Waku Payload V2 (#932) 2022-04-12 13:50:51 +02:00
waku_setup.nim Fix empty scripts condition. Logging. (#795) 2021-12-07 13:06:59 +01:00
wakunode2.nim chore: remove unused imports 2022-06-30 00:35:18 +02:00
wakunode2_types.nim Chore(rln-relay): decouples rln-relay and wakunode2 modules (#1019) 2022-06-27 12:35:26 -07: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.