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
|
||
|
```
|