nwaku/waku/v2/node
Hanno Cornelius 6a09ed2c88
feat(enr): add discv5 UDP port to node's main discoverable ENR (#996)
2022-06-09 17:46:21 +02:00
..
discv5 discv5 dns bootstrap (#888) 2022-03-17 17:33:17 +01:00
dnsdisc Add support for RFC31 ENR (#789) 2021-12-06 20:51:37 +01:00
jsonrpc feat(jsonrpc): add call returning git version (#919) 2022-03-30 17:17:21 +02:00
peer_manager chore: reduce unnecessary logging (#991) 2022-06-08 11:20:18 +02:00
scripts Makes the arguments of the store jsonrpc api optional (#526) 2021-05-03 12:25:28 -07:00
storage chore: update submodules (#987) 2022-06-01 11:49:41 +02:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
config.nim chore: disable swap by default (#989) 2022-06-08 09:16:45 +02:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
quicksim2.nim Refactoring timestamps (#842) 2022-02-17 16:00:15 +01:00
start_network2.nim discv5 stage1 testnet (#863) 2022-03-01 17:12:23 +01:00
waku_payload.nim feat(noise): add support to Waku Payload V2 (#932) 2022-04-12 13:50:51 +02:00
waku_setup.nim Fix empty scripts condition. Logging. (#795) 2021-12-07 13:06:59 +01:00
wakunode2.nim feat(enr): add discv5 UDP port to node's main discoverable ENR (#996) 2022-06-09 17:46:21 +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 the Nim Node API.