mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-10 14:56:31 +00:00
6c07442918
Update RAEDME
14 lines
313 B
Markdown
14 lines
313 B
Markdown
# Waku Node
|
|
|
|
This folder contains Waku node implementations and simulations.
|
|
|
|
Currently,
|
|
- v1 contains the implementation according to Waku specification v1.
|
|
- v2 is experimental development with Waku build on top of libp2p.
|
|
|
|
## Run simulation
|
|
|
|
To get metrics server, etc.
|
|
|
|
`make NIMFLAGS="-d:insecure" wakusim2`
|