nwaku/waku/v2/node
Lorenzo Delgado 4acc611e47
refactor: unify pubsub topic type and default value
2022-11-09 09:55:47 +01:00
..
discv5 chore: update push raises pragma according to nim 1.6 2022-11-04 10:52:27 +01:00
dnsdisc chore: update push raises pragma according to nim 1.6 2022-11-04 10:52:27 +01:00
jsonrpc refactor: unify pubsub topic type and default value 2022-11-09 09:55:47 +01:00
message_store refactor: unify pubsub topic type and default value 2022-11-09 09:55:47 +01:00
peer_manager chore: update push raises pragma according to nim 1.6 2022-11-04 10:52:27 +01:00
rest chore: rename protocols rpc_codec procs from init to decode 2022-11-07 16:24:16 +01: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
message_cache.nim chore: update push raises pragma according to nim 1.6 2022-11-04 10:52:27 +01:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
waku_metrics.nim chore: update push raises pragma according to nim 1.6 2022-11-04 10:52:27 +01:00
waku_node.nim refactor: unify pubsub topic type and default value 2022-11-09 09:55:47 +01:00
waku_payload.nim chore: update push raises pragma according to nim 1.6 2022-11-04 10:52:27 +01:00
wakuswitch.nim feat(wakunode2): add nwaku agent-string to switch (#1302) 2022-10-28 15:12:06 +02: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.