mirror of
https://github.com/logos-co/nomos-simulations.git
synced 2025-01-12 11:44:48 +00:00
ff2c1b4271
* Rename to netrunner * Refactor sims structure * Add missing workspace cargo * Rebase changes * Rebase changes * Rebase changes * Fix tests
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
|
|
```
|