nwaku/waku/v2/node
Lorenzo Delgado 62328f0abd
feat(wakunode2): simplify wakunode2 config and decouple peer persistence
2022-10-28 00:05:02 +02:00
..
discv5 chore(wakunode2): move wakunode2 to apps directory 2022-10-18 12:35:26 -05:00
dnsdisc Add support for RFC31 ENR (#789) 2021-12-06 20:51:37 +01:00
jsonrpc refactor(node): split wakunode into waku_node and wakunode2 2022-10-18 09:05:53 -05:00
peer_manager feat: waku peer exchange (RFC34) (#1152) 2022-09-20 13:03:34 +02:00
rest refactor(node): split wakunode into waku_node and wakunode2 2022-10-18 09:05:53 -05:00
storage feat(wakunode2): simplify wakunode2 config and decouple peer persistence 2022-10-28 00:05:02 +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
message_cache.nim feat(message-cache): make the topic cache generic 2022-08-30 15:57:45 +02:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
waku_metrics.nim feat(lightpush): add waku lightpush protocol client 2022-10-25 14:55:31 +02:00
waku_node.nim chore(node): waku node code reorganization 2022-10-27 17:29:09 +02:00
waku_payload.nim PoC implementation of Waku Pairing and Secure Transfer (#1117) 2022-09-12 02:23:14 +02:00
wakuswitch.nim chore(wakunode): collocate wakuswitch file to the depending modules 2022-09-08 11:02:50 +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.