aqua-cli 1.2.1

Aqua protocol command line tool that enable you to verify, sign and witness aqua chains.
1
2
3
4
5
6
pub mod generate_aqua_chain_from_file;
pub mod sign;
pub mod witness;
pub mod verify;
pub mod wallet;
pub mod delete_revision_from_aqua_chain;