Update README.md

This commit is contained in:
Ivan Danyliuk 2018-11-01 16:14:18 +01:00
parent c56c1fe27f
commit 802c3e01c7
No known key found for this signature in database
GPG Key ID: 97ED33CE024E1DBF
1 changed files with 14 additions and 0 deletions

View File

@ -35,7 +35,21 @@ Original intent of these simulators is to provide stats and resulting traces/log
| Docker | Docker-based network | TBD |
## Usage
As a backend for the visualization frontend:
```
go get github.com/status-im/simulation/cmd/propagation_server
propagation_server
```
As a commandline tool:
```
go get github.com/status-im/simulation/cmd/propagation_simulator
// copy network.json to current directory
propagation_simulator --help
```
## License
MIT