diff --git a/hello_gossipsub/README.md b/hello_gossipsub/README.md index bf0372b..ecf9e2a 100644 --- a/hello_gossipsub/README.md +++ b/hello_gossipsub/README.md @@ -11,10 +11,17 @@ Let's start small: `nim c -r src/hello_gossipsub.nim` +Alt, Waku (imported): + +``` +make start_network quicksim +# ./build/start_network --topology:FullMesh --amount:6 --test-node-peers:2 +./build/start_network +./build/quicksim +``` ## What I want to do Use Waku stuff from Nimbus here, Get quicksim working Then try to do similar with libp2p gossipsub -