0xPARC / circom-starter

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

How to generate verifier key + contract? #18

Closed RevanthGundala closed 1 year ago

RevanthGundala commented 1 year ago

Hello,

I ran the command yarn circom:dev --circuit division and everything compiled correctly. How do I receive the zkey + verifier contract? Do I need to manually run the commands from circom?