zkdoc_cli

Crates.iozkdoc_cli
lib.rszkdoc_cli
version0.0.1
sourcesrc
created_at2023-02-09 09:02:44.869373
updated_at2023-02-09 13:27:36.784923
descriptionCLI for zkdoc that allows generation of commitment, proof and verification of proof.
homepage
repositoryhttps://github.com/medi-0/core/tree/main/zkdoc_cli
max_upload_size
id780601
size1,764,690
Chen Wen Kang (cwkang1998)

documentation

README

zkdoc_cli

See it in action!

gif

Usage

# Build a release for core_cli
cargo build -p core_cli --release
ZKDoc CLI

Usage: zkdoc_cli [COMMAND]

Commands:
  gen-commitment  Generates a commitment for a given file
  gen-proof       Generates a proof for a given file
  verify-proof    Verifies a proof against a given commitment
  help            Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version
Commit count: 0

cargo fmt