mirror of https://github.com/waku-org/nwaku.git
b5006e482e
* Upgrade nim-libp2p to latest * Upgrade nim-chronos to latest (needed for nim-libp2p) * Fix conn.readLp varint * Fix standard switch API change * WIP: Crypto resultification on v2 * Fix Result usage for SkPrivateKey * Result fixes Co-authored-by: kdeme <kim.demey@gmail.com> |
||
---|---|---|
.. | ||
v1 | ||
v2 | ||
README.md |
README.md
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.