cardanowall-cli 0.2.0

The cardanowall CLI: a standalone Label 309 Proof-of-Existence verifier and toolkit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! The subcommand handlers. Each module owns one top-level command's argument
//! struct(s) and its `run` entry, returning `Result<(), CliError>` so the
//! dispatcher in [`crate::cli`] can map the error to a process exit code.

pub mod completion;
pub mod gateway;
pub mod identity;
pub mod inbox;
pub mod merkle;
pub mod sign;
pub mod submit;
pub mod verify;