Rename `mixnet-sims` to `blendnet-sims` (#60)
* Rename `mixnet-sims` to `blendnet-sims` * Rename `mixnet-sims` to `blendnet-sims`
This commit is contained in:
parent
80bbdf7fbe
commit
2460174def
|
@ -1,7 +1,6 @@
|
|||
[workspace]
|
||||
members = [
|
||||
"netrunner",
|
||||
"mixnet-sims"
|
||||
|
||||
"blendnet-sims"
|
||||
]
|
||||
resolver = "2"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "mixnet-sims"
|
||||
name = "blendnet-sims"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
## Configurations
|
||||
|
||||
The simulation can be configured by [config/mixnode.json](./config/mixnode.json).
|
||||
The simulation can be configured by [config/blendnet.json](./config/blendnet.json).
|
||||
|
||||
### `step_time` and `network_settings`
|
||||
|
||||
|
@ -76,7 +76,7 @@ at the beginning of each epoch. At every selected slot, the node generates a cov
|
|||
|
||||
```bash
|
||||
cargo build --release
|
||||
../target/release/mixnet-sims --input-settings ./config/mixnode.json
|
||||
../target/release/blendnet-sims --input-settings ./config/blendnet.json
|
||||
```
|
||||
The simulation prints a bunch of logs that can be used for analysis.
|
||||
We recommend piping logs to a file.
|
Loading…
Reference in New Issue