Zkp Toolkit

Zero-Knowledge Proof utilities - proof generation, verification, selective disclosure, ZK-Rollup batching, and benchmarking across ZK systems

chainlesschain 59b495b 2 files · 10.1 KB Updated

File contents

ZKP Toolkit

Zero-Knowledge Proof utilities powered by simulated ZK circuits.

Features

Operation Command Description
Prove --prove <statement> --witness <secret> Generate ZK-SNARK proof
Verify --verify <proofId> Verify an existing proof
Key Gen --keygen <scope> [--permissions read,write] Generate ZK audit key pair
Age Proof --age-proof <birthDate> <minAge> Prove age >= minimum
Balance Proof --balance-proof <balance> <minBalance> Prove balance >= minimum
Rollup --rollup <txCount> Create ZK-Rollup batch
Benchmark --benchmark Compare ZK systems performance

chainlesschain/chainlesschain/tree/main/desktop-app-vue/src/main/ai-engine/cowork/skills/builtin/zkp-toolkit commit 59b495b5b5

Frequently asked questions

npx skillmds@latest add chainlesschain/zkp-toolkit