nwaku/waku/v2/node
Tanguy e487c7d79e
Decouple waku v2 from waku v1 (#1421)
Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
Co-authored-by: Lorenzo Delgado <lorenzo@status.im>
2022-11-29 20:15:07 +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 Decouple waku v2 from waku v1 (#1421) 2022-11-29 20:15:07 +01:00
peer_manager feat(peerstore): store peer direction (#1424) 2022-11-29 17:35:25 +01:00
rest refactor: continue pubsub/content types started in #1352 (#1362) 2022-11-09 15:00:11 +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(rln-relay): barrel imports (#1386) 2022-11-21 15:15:03 +01:00
waku_node.nim refactor: reuse nim-libp2p peerstore + move peermanager logic (#1383) 2022-11-24 14:11:23 +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(peerstore): store peer direction (#1424) 2022-11-29 17:35:25 +01: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.