mirror of https://github.com/waku-org/nwaku.git
665484c17b
Notice that I had to adapt to use 'rlpx_connected_peers' instead of 'connected_peers' in 'wakunode1.nim' because due to the update of the 'vendor/nim-eth', which adds the dependency-break with 'confutils' but also includes another changes. Aside note: we cannot have 'confutils' dependency in 'nim-eth' because that will prevent the generation of any waku dynamic library. |
||
---|---|---|
.. | ||
rpc | ||
README.md | ||
config.nim | ||
nim.cfg | ||
quicksim.nim | ||
start_network.nim | ||
waku_helpers.nim | ||
wakunode1.nim |
README.md
Waku Node v1
This folder contains code related to running a wakunode
process. The main entrypoint is the wakunode
file.