mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-09 16:43:10 +00:00
10 lines
231 B
Markdown
10 lines
231 B
Markdown
# Mixnet v2 Simulation
|
|
|
|
## How to run
|
|
|
|
Make sure that all dependencies specified in the `requirements.txt` in the project root, and run the following command to run the simulation:
|
|
```bash
|
|
python main.py
|
|
```
|
|
|
|
TODO: Add more details |