mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-01-02 21:23:11 +00:00
9 lines
152 B
Markdown
9 lines
152 B
Markdown
|
|
# Network Simulator
|
||
|
|
|
||
|
|
## Running simulations
|
||
|
|
|
||
|
|
To run the simulation use this command line:
|
||
|
|
```bash
|
||
|
|
cargo run -- --input-settings config/mixnode.json
|
||
|
|
```
|