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 for token 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
cheqd-noded query
<
module
>
<
query
>
<
params
>
--node
<
url
>
Arguments
--node
: IP address or URL of node to send the request to
Example
$ cheqd-noded query bank balances
​
cheqd1lxej42urme32ffqc3fjvz4ay8q5q9449f06t4v --node http://nodes.testnet.cheqd.network:26657
Submitting transactions
Command
cheqd-noded tx
<
module
>
<
tx
>
<
params
>
--node
<
url
>
--chain-id
<
chain
>
--fees
<
fee
>
Arguments
--node
: IP address or URL of node to send request to
--chain-id
: i.e.
cheqd-testnet-2
--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
$ cheqd-noded tx bank send alice
​
cheqd10dl985c76zanc8n9z6c88qnl9t2hmhl5rcg0jq 10000ncheq --node http://localhost:26657 --chain-id cheqd --fees 50ncheq
Previous
Using cheqd Cosmos CLI to manage a node
Next - Guides
Building from source
Last modified
2mo ago
Export as PDF
Copy link
Edit on GitHub
Outline
Overview
Token-related transaction commands in cheqd CLI
Querying ledger
Submitting transactions