Node Docs
Learn about cheqd
Product Updates
Governance
GitHub
Search…
cheqd: Node Documentation
Guides
Setting up a new cheqd node
Setting up and configuring validators
cheqd Cosmos CLI
cheqd Command Line Interface (CLI) guide
Using cheqd Cosmos CLI to manage keys
Using cheqd Cosmos CLI to manage accounts
Using cheqd Cosmos CLI to manage a node
Using cheqd Cosmos CLI for token transactions
Building from source
Client-app Identity APIs
Architecture
Architecture Decision Record (ADR) Process
List of ADRs
License
Code of Conduct
Security Policy
Powered By
GitBook
Using cheqd Cosmos CLI to 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 cheqd1lxej42urme32ffqc3fjvz4ay8q5q9449f06t4v
Transferring tokens
Command
cheqd-noded tx bank send
<
from
>
<
to-address
>
<
amount
>
--node
<
url
>
--chain-id
<
chain
>
--fees
<
fee
>
Arguments
from
can be either key alias or address. If it's an address, corresponding key should be in keychain.
Example
$ cheqd-noded tx bank send alice
cheqd10dl985c76zanc8n9z6c88qnl9t2hmhl5rcg0jq 10000ncheq --node http://localhost:26657 --chain-id cheqd --fees 50ncheq
Previous
Using cheqd Cosmos CLI to manage keys
Next
Using cheqd Cosmos CLI to manage a node
Last modified
2mo ago
Export as PDF
Copy link
Edit on GitHub
Outline
Overview
Account-related commands in cheqd CLI
Querying account balances
Transferring tokens