@clearproof/cli
v0.3.0
Published
CLI for generating and verifying ZK compliance proofs
Maintainers
Readme
@clearproof/cli
Command-line tool for generating and verifying ZK compliance proofs.
Install
npm install -g @clearproof/cliUsage
# Run the demo proof generation flow
npx @clearproof/cli demoNote: The CLI requires locally compiled circuit artifacts (WASM + zkey). You must compile circuits before running the demo:
git clone https://github.com/repfigit/clearproof.git cd clearproof npm install bash scripts/compile_circuits.sh # ~5 min, requires circom npx @clearproof/cli demo
Links
License
Apache-2.0
