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
- Host: GitHub
- URL: https://github.com/vplasencia/merkletreecircom
- Owner: vplasencia
- Created: 2022-03-06T00:11:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T00:21:19.000Z (about 3 years ago)
- Last Synced: 2025-03-24T12:11:37.302Z (2 months ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```