0xPARC / circom-starter

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

feat: Upgrade project to circom 2 #6

Closed phated closed 2 years ago

phated commented 2 years ago

This updates the hardhat-circom dependency to v3 which defaults the compiler to circom 2. This version of the plugin requires node 16+ so we've dropped support for node 14.

I've also updated the circuits to be compatible with circom 2.

phated commented 2 years ago

@gubsheep looks like the version of circom2 that I include has pragma 2.0.3 so I'm going to update. We'll need to get zkrepl updated to include the new version too.