Skip to content

Commit

Permalink
chore: add circomlib as node module (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
enricobottazzi authored Sep 19, 2023
1 parent 51e4286 commit 6b67a74
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 25,675 deletions.
1 change: 1 addition & 0 deletions zk_prover/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/benches/csv
circuit_parameters_gen/generate_parameters_grain.sage.py
circuit_parameters_gen/__pycache__
node_modules
4 changes: 3 additions & 1 deletion zk_prover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ The Incremental Nova Verifier is an experimental feature that allows a user to v
We provide an example to test the Nova verifier. The build folder already contains the artifacts generated by the circuit compilation. If you want to recompile the circuit, you can run the following command:

```
circom src/circom/incremental_mst_inclusion.circom --r1cs --wasm -o examples/build --prime bn128
$ cd src/circom
$ npm install
$ circom incremental_mst_inclusion.circom --r1cs --wasm -o ../../examples/build --prime bn128
```

To run the Nova Incremental Verifier example run:
Expand Down
33 changes: 0 additions & 33 deletions zk_prover/src/circom/circomlib/circuits/aliascheck.circom

This file was deleted.

101 changes: 0 additions & 101 deletions zk_prover/src/circom/circomlib/circuits/binsum.circom

This file was deleted.

106 changes: 0 additions & 106 deletions zk_prover/src/circom/circomlib/circuits/bitify.circom

This file was deleted.

Loading

0 comments on commit 6b67a74

Please sign in to comment.