diff --git a/waku/node/README.md b/waku/node/README.md new file mode 100644 index 000000000..4d0004606 --- /dev/null +++ b/waku/node/README.md @@ -0,0 +1,7 @@ +# 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.