vplasencia / MerkleTreeCircom

Merkle tree using circom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Merkle tree using circom


Languages

Language:Shell 100.0%