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