0xPARC / circom-starter

basic circom project using hardhat-circom (upgrade to circom2 is WIP)
126 stars 44 forks source link

Feature request: tests showing interaction between circuits and verifier contracts #9

Open 0xbok opened 2 years ago

0xbok commented 2 years ago

Would be great to have tests which show how to format the proof and public inputs for the solidity verifier verifyProof() function.

I believe it can be done using ffjavascript's unstringifyBigInts() function.