From fc91aca97d099c11b6a177e9b7abb68a8e11eebc Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Fri, 15 May 2020 12:07:49 +0800 Subject: [PATCH] Add Waku node README --- waku/node/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 waku/node/README.md 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.