Skip to content

Commit

Permalink
add instruction to download the zkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Feb 21, 2024
1 parent 7e516a1 commit c842f5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ yarn deploy:local

### Run test round

Download the circuit zkeys:

```
# this script will download the zkeys in the params folder where the script is run
../.github/scripts/download-6-8-2-3.sh
```

Run the script, the github action test-script.yml uses this script.

```
Expand Down

0 comments on commit c842f5c

Please sign in to comment.