Manage accounts
Overview
A cheqd-node instance can be controlled and configured using the cheqd Cosmos CLI.
This document contains the commands for account management.
Account-related commands in cheqd CLI
Querying account balances
Command
cheqd-noded query bank balances <address>Example
cheqd-noded query bank balances cheqd1lxej42urme32ffqc3fjvz4ay8q5q9449f06t4vTransferring tokens
Command
cheqd-noded tx bank send <from> <to-address> <amount> --node <url> --chain-id <chain> --fees <fee>Arguments
fromcan be either key alias or address. If it's an address, corresponding key should be in keychain.
Example
Last updated
Was this helpful?