zk-email-verify
zk-email-verify copied to clipboard
Checksum fails on snarkjs fork
On sampritipanda version for https://github.com/sampritipanda/snarkjs/commits/zkemail. The last commit in this fork takes vivek's snarkjs fork, upgrades it to the latest version of snarkjs, fixes merged conflicts randomly till it worked, rewrote the main.cjs by basically deleting and rebuilding the package I think. Because generate_witness.js was generated using a newer version of snarkjs/circom but vivek's version was a older one so it was causing some frontend issues.
It seems main branch works however, which is strange.
I'm not able to run the frontend locally, I am getting these errors on yarn install-
Try removing the commit hash and just use the zkemail branch on that repo, and see if it works? I think the cache sometimes gets corrupted somehow. Try also deleting your yarn lock and doing npm cache clean --force
.
@Anurag-Raut try removing the yarn.lock and trying again.