Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Merkle ZK Proof

Zero-knowledge proof that a transaction exists in a Merkle tree. Verified on zkVerify testnet.

Usage

npm install
npm run proof
npm run verify
node scripts/wait_for_tx.js <job-id>

Proof Size

807 bytes

Examples

Tech

Poseidon hash, 1,972 constraints, Groth16, zkVerify API

API key in .env