nwaku/waku/v2/node
Lorenzo Delgado e16747137e refactor(wakunode2): Split wankunode2 JSON-RPC setup to its own file 2022-07-19 15:09:23 +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). Integrate REST API with the Waku V2 node 2022-07-19 11:02:43 +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 feat(rest): Add HTTP REST API (#727). Integrate REST API with the Waku V2 node 2022-07-19 11:02:43 +02:00
config.nim feat(rest): Add HTTP REST API (#727). Integrate REST API with the Waku V2 node 2022-07-19 11:02:43 +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 refactor(wakunode2): Split wankunode2 JSON-RPC setup to its own file 2022-07-19 15:09:23 +02:00
wakunode2.nim refactor(wakunode2): Split wankunode2 JSON-RPC setup to its own file 2022-07-19 15:09:23 +02:00
wakunode2_setup_metrics.nim refactor(wakunode2): Split wankunode2 metrics setup to its own file 2022-07-19 15:09:23 +02:00
wakunode2_setup_rest.nim feat(rest): Add HTTP REST API (#727). Integrate REST API with the Waku V2 node 2022-07-19 11:02:43 +02:00
wakunode2_setup_rpc.nim refactor(wakunode2): Split wankunode2 JSON-RPC setup to its own file 2022-07-19 15:09:23 +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 Nim Node API.