6d3570913b
* Validate nym address * wip: check client_id match * wip: now compiles * Fix first set of tests * Another set of fixed tests * Fix rebase issues * rustfmt * register tests updated * integration tests now working * Remove commented out code and unused imports * Tidy up * Fix error * Update schema * Fix example * Add assertion in test * update nym-cli to be able to register names * Remove left-over dbg
Common clap Command Crate
This crate contains clap commands for common operations:
- account creation and queries
- block queries
- cosmwasm uploads, instantiate, execution, query, etc
- mixnet actions and queries
- sign and verify messages
- query for transactions
- create vesting schedules and query for them
For how to use this crate, please see the Nym CLI.