mirror of https://github.com/vacp2p/research.git
Update README
This commit is contained in:
parent
169ecb31a8
commit
09a1a48fe9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue