Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Chengxuan Xing <[email protected]>
  • Loading branch information
Chengxuan committed Aug 2, 2024
1 parent 2dfea89 commit 0100f0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions zkp/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ npm i
export PTAU_DOWNLOAD="$HOME/Downloads"
mkdir -p $PROVING_KEYS_ROOT $PTAU_DOWNLOAD
```
- run the generation script
- run the generation script for **ALL** circuits
```console
cd ..
./generate.sh
```
**run `./generate.sh $circuit_name` for developing a single circuit**

**Refer to [generate.sh script explanation](#generatesh-script-explanation) for what the script does**
> Refer to [generate.sh script explanation](#generatesh-script-explanation) for what the script does


# Run
Expand Down

0 comments on commit 0100f0a

Please sign in to comment.