Files
nym/common/commands
Bogdan-Ștefan Neacșu 89228ae1e1 Catch and emit event in backend for URL opening
The JS part of listening to that event is still not working, probably
due to some window init race. Needs to be investigated more.
2023-09-05 22:16:03 +03:00
..
2023-08-25 17:13:52 +02:00
2022-09-05 12:06:35 +01:00

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.