iden3 / go-circom-prover-verifier

Go implementation of the Groth16 zkSNARK Prover and Verifier compatible with Circom
GNU General Public License v3.0
38 stars 13 forks source link

Add Github Actions #1

Closed arnaucube closed 4 years ago

arnaucube commented 4 years ago

WIP: first needs to have snarkjs generating trusted setup proving_key without null, in order to then in the GH Action execute ./compile-circuits.sh to generate the proving_key.json file that the tests need