Make transactions
Overview
A cheqd-node
instance can be controlled and configured using the cheqd Cosmos CLI.
This document contains the commands for reading and writing token transactions.
Token-related transaction commands in cheqd CLI
Querying ledger
Command
Arguments
--node
: IP address or URL of node to send the request to
Example
Submitting transactions
Command
Arguments
--node
: IP address or URL of node to send request to--chain-id
: i.e.cheqd-testnet-6
--fees
: Maximum fee limit that is allowed for the transaction.
Status codes
Pay attention at return status code. It should be 0 if a transaction is submitted successfully. Otherwise, an error message may be returned.
Example
Last updated