research/hello_gossipsub
Oskar Thoren 4c7e8a7f9c
Disable metrics for now
2020-04-21 12:39:42 +08:00
..
src Disable metrics for now 2020-04-21 12:39:42 +08:00
vendor Use vendor and submodules 2020-04-20 13:47:15 +08:00
Makefile Makefile and import start network 2020-04-21 12:38:52 +08:00
README.md Use vendor and submodules 2020-04-20 13:47:15 +08:00
hello_gossipsub.nimble Makefile and import start network 2020-04-21 12:38:52 +08:00

README.md

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

What I want to do

Use Waku stuff from Nimbus here, Get quicksim working Then try to do similar with libp2p gossipsub