Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 625 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 625 Bytes

GossipSub Simulator

GossipSub Simulator

Setup

Require npm and golang

cd nodes && npm i
cd controller-ui && npm i

Usage

Build Bootstrap/Relay and Gossipsub Nodes

make build

Run UI

make ui

Run Controller

make controller

Stop

make stop

Related Projects and info