You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This folder contains scripts that orchestrate end-to-end demonstrations of BLS-based vote aggregation and certificate generation/verification for the Leios project.
6
+
7
+
## Prerequisites
8
+
9
+
- Ensure the CLI built from the repository root is available; see `crypto-benchmarks.rs/ReadMe.md` for build instructions and usage details.
10
+
- Ensure Python 3 is available with `cbor2` installed.
11
+
For example:
12
+
13
+
```bash
14
+
python3 -m venv .venv
15
+
source .venv/bin/activate
16
+
pip install cbor2
17
+
```
18
+
19
+
## Workflow
20
+
21
+
The scripts are designed to be run from the `demo/` directory.
22
+
23
+
### Run Step by Step (Manual Mode)
24
+
25
+
You can run each script individually to understand and control each step of the process for a given number of voters (e.g., 100). Use the `-d` option to specify the output directory (e.g., `run100`).
0 commit comments