Skip to content

Commit 2894cd0

Browse files
authored
Update README.md
1 parent 0fb4e0a commit 2894cd0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To start a test voting scenario, you have to follow 4 steps:
4444
The current protocol needs trusted setup in order to function. A non-secure, development-only trusted setup can be preformed by `fast_build_circuits.sh`. For more info on how to do a trusted setup as MPC, refer to [snarkjs](https://github.com/iden3/snarkjs), since the current protocol uses snarkjs for zkSNARKs proofs and verifications.
4545
```bash
4646
cd circuits
47-
./scripts/fast_build_snarks.sh
47+
./scripts/fast_build_circuits.sh
4848
cd ..
4949
```
5050
### 02: Using a test blockchain
@@ -90,4 +90,4 @@ Pull requests are welcome. For major changes, please open an issue first to disc
9090
Please make sure to update tests as appropriate.
9191

9292
## License
93-
[GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.txt)
93+
[GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.txt)

0 commit comments

Comments
 (0)