MerkleTreeCircom

Merkle tree using circom

Stars
5

Merkle tree using circom

Circuit using circom that takes a list of numbers input as leaves of a Merkle tree and outputs the Merkle root.

Compile the circuit and generate and verify the zk-proof using snarkjs

To compile the circuit and generate and verify the zk-proof the first time, run:

chmod u+x execute.sh

And after that, you can always run:

./execute.sh