research/hello_gossipsub/README.md

13 lines
231 B
Markdown
Raw Normal View History

2020-04-14 05:31:55 +00:00
# Hello GossipSub
Playing around with GossipSub in Nim to check feasibility of moving over Waku to libp2p.
Let's start small:
- Node that broadcast message
- Node that receives it
2020-04-14 07:07:20 +00:00
## Running
`nim c -r src/hello_gossipsub.nim`