nwaku/waku/v2/node
Lorenzo Delgado 7639d8d273
refactor(enr): node capabilities code clean up and reorganization
2023-03-08 15:44:10 +01:00
..
jsonrpc fix: clean and normalize module imports 2023-03-06 17:19:06 +01:00
peer_manager fix: clean and normalize module imports 2023-03-06 17:19:06 +01:00
rest fix: clean and normalize module imports 2023-03-06 17:19:06 +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: lower per-message log level to trace (#1561) 2023-02-14 15:07:26 +02:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
peer_manager.nim chore(peer_manager): added peer_manager barrel module 2023-02-06 10:03:30 +01:00
waku_metrics.nim chore(peer_manager): added peer_manager barrel module 2023-02-06 10:03:30 +01:00
waku_node.nim refactor(enr): node capabilities code clean up and reorganization 2023-03-08 15:44:10 +01:00
wakuswitch.nim fix(rng): create rng only within isMainModule blocks (#1523) 2023-02-06 17:23:05 +05:30

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.