nwaku/waku/v2/node
Lorenzo Delgado 5046a4b3da
refactor(node): split wakunode into waku_node and wakunode2
2022-10-18 09:05:53 -05:00
..
discv5
dnsdisc
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 refactor(node): split wakunode into waku_node and wakunode2 2022-10-18 09:05:53 -05:00
README.md
config.nim refactor(wakunode2): move config random private key generation to a procedure (#1273) 2022-10-18 07:06:54 -05:00
message_cache.nim
nim.cfg
waku_node.nim refactor(node): split wakunode into waku_node and wakunode2 2022-10-18 09:05:53 -05:00
waku_payload.nim
wakunode2.nim refactor(node): split wakunode into waku_node and wakunode2 2022-10-18 09:05:53 -05:00
wakunode2_setup.nim
wakunode2_setup_metrics.nim refactor(node): split wakunode into waku_node and wakunode2 2022-10-18 09:05:53 -05:00
wakunode2_setup_rest.nim refactor(node): split wakunode into waku_node and wakunode2 2022-10-18 09:05:53 -05:00
wakunode2_setup_rpc.nim refactor(node): split wakunode into waku_node and wakunode2 2022-10-18 09:05:53 -05:00
wakunode2_setup_sql_migrations.nim chore(store): improve database migrations logging 2022-10-05 11:45:44 +02:00
wakuswitch.nim

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.