Interacting with the Nyx blockchain
Nyx is the Cosmos-SDK blockchain that underpins Nym. It holds the NYM token and the mixnet smart contracts (node bonding, rewarding, and the directory). This section covers the ways to query it and submit transactions.
For smart-contract access from TypeScript, see @nymproject/contract-clients (opens in a new tab), covered under Smart Contracts in the TypeScript SDK.
In this section
- CLI Wallet: use the
nyxdbinary to create keypairs and to sign and broadcast transactions from the command line. - Ledger Live: use a Ledger hardware wallet with the Nyx chain.
- Cosmos Registry: Nyx's entry in the Cosmos chain registry (chain info and RPC endpoints).
- RPC Nodes: run a node that holds a copy of the chain for querying and broadcasting, without taking part in consensus.