Add skeleton node and protocol dirs

This commit is contained in:
Oskar Thoren 2020-04-28 14:41:45 +08:00
parent f923f37ae5
commit ab111f485b
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
2 changed files with 15 additions and 0 deletions

5
node/README.md Normal file
View File

@ -0,0 +1,5 @@
# Waku Node
TODO.
See README in `v0` folder for instructions on how to run a node.

10
protocol/README.md Normal file
View File

@ -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