An open API service indexing awesome lists of open source software.

https://github.com/vplasencia/merkletreecircom

Merkle tree using circom
https://github.com/vplasencia/merkletreecircom

Last synced: about 2 months ago
JSON representation

Merkle tree using circom

Awesome Lists containing this project

README

        

# 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:

```console
chmod u+x execute.sh
```

And after that, you can always run:

```console
./execute.sh
```