roll_up_circom_tutorial
roll_up_circom_tutorial copied to clipboard
This repository contains a tutorial on how to build roll_up with Circom
I have error after run `snarkjs calculatewitness -c eddsa_mimc_verifier.cir`: ``` Error: 0 and 21888242871839275222246405745257275088548364400416034343698204186575808495617 are not co-prime at SmallInteger.BigInteger.modInv (/usr/local/lib/node_modules/snarkjs/node_modules/big-integer/BigInteger.js:956:32) at /usr/local/lib/node_modules/snarkjs/src/bigint.js:263:35 at SmallInteger.wBigInt.inverse (/usr/local/lib/node_modules/snarkjs/src/bigint.js:370:33) at Object.__f [as MontgomeryAdd] (eval...
Goal of the PR is to allow users to setup quickly and go through the tutorial as easily as possible.