research/hello_gossipsub
2020-04-14 15:07:20 +08:00
..
2020-04-14 15:07:20 +08:00
2020-04-14 15:07:20 +08: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

Running

nim c -r src/hello_gossipsub.nim