nym-cli-commands 1.20.4

Common commands crate used by the nym-cli tool for interacting with the Nyx Cosmos SDK blockchain and Mixnet endpoints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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](../../tools/nym-cli).