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]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"netrunner",
|
"netrunner",
|
||||||
"mixnet-sims"
|
"blendnet-sims"
|
||||||
|
|
||||||
]
|
]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "mixnet-sims"
|
name = "blendnet-sims"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
## Configurations
|
## 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`
|
### `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
|
```bash
|
||||||
cargo build --release
|
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.
|
The simulation prints a bunch of logs that can be used for analysis.
|
||||||
We recommend piping logs to a file.
|
We recommend piping logs to a file.
|
Loading…
Reference in New Issue