Interacting with Nyx Chain and Smart Contracts
There are two options for interacting with the blockchain to send tokens or interact with deployed smart contracts:
Nym-CLItoolnyxdbinary
Nym-CLI tool (recommended in most cases)
The nym-cli tool is a binary offering an interface for interacting with deployed smart contracts (e.g. bonding and unbonding a Mix Node from the CLI), creating and managing accounts and keypairs, sending tokens, and querying the blockchain.
See the nym-cli docs page for instructions.
Nyxd binary
The nyxd binary, although harder to compile and use, offers the full range of commands available to users of CosmosSDK chains. Use this when you need more granular queries about transactions from the CLI.
The gaiad docs page (opens in a new tab) covers how to do this.