mirror of
https://github.com/logos-blockchain/logos-blockchain-simulations.git
synced 2026-01-03 13:43:08 +00:00
* Empty mixnode in sim binary * Add mixnode settings * Network interface in the mixnode * Runnable empty mixnode sim * Use network interface and add readme --------- Co-authored-by: Daniel Sanchez Quiros <sanchez.quiros.daniel@gmail.com>
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
|
|
```
|