Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Jun 2, 2024
1 parent 0dc84cf commit 8e82a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ trusted-setup/
!trusted-setup/pot14_final.ptau
src/Contracts
contracts
circuit.dot
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ A ZK program written in a Haskell DSL that expresses a factorization of a public
You can produce a circom compatible `r1cs` file for this program by running

```
> cabal run factors-cli -- compile --output-dir trusted-setup
> cabal run factors -- compile --r1cs trusted-setup/circuit.r1cs --constraints trusted-setup/circuit.bin
```

You should see the artifacts
Expand Down

0 comments on commit 8e82a54

Please sign in to comment.