From ab111f485bf716ccca5ce62d0700dc2a4de1a54e Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Tue, 28 Apr 2020 14:41:45 +0800 Subject: [PATCH] Add skeleton node and protocol dirs --- node/README.md | 5 +++++ protocol/README.md | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 node/README.md create mode 100644 protocol/README.md diff --git a/node/README.md b/node/README.md new file mode 100644 index 000000000..ff169893a --- /dev/null +++ b/node/README.md @@ -0,0 +1,5 @@ +# Waku Node + +TODO. + +See README in `v0` folder for instructions on how to run a node. diff --git a/protocol/README.md b/protocol/README.md new file mode 100644 index 000000000..23c5546a5 --- /dev/null +++ b/protocol/README.md @@ -0,0 +1,10 @@ +# Waku Protocol + +TODO. + +This folder will contain/link to https://github.com/status-im/nim-eth/tree/master/eth/p2p/rlpx_protocols as well as the libp2p version> + +Briefly on versions: + +- Waku v0 and v1 are here https://github.com/vacp2p/specs/tree/master/specs/waku +- Waku v2 will be build on top of libp2p