Queries

The read-only commands let anyone query the chain in one line. They need no wallet and no configuration - they hit the live network by default. Add --json to any of them for scripting.

Balance

bwick balance bwick1zcuz25n78tkvmgqfn9qx9w7gz2ge0tgjyhptgy
19.994021 BWICK
JSON:
bwick balance bwick1zcuz… --json
{
  "address": "bwick1zcuz…",
  "denom": "ubwick",
  "amount": "19994021",
  "display": "19.994021 BWICK"
}

Status

Chain id, current height, and reachability - the quickest way to confirm the network is up and which endpoint you’re hitting. ping is an alias.
bwick status
chain bwick-1 · height 278340 · https://rpc.bwick.fun
bwick status --json
{
  "chain_id": "bwick-1",
  "height": 278340,
  "rpc": "https://rpc.bwick.fun",
  "rest": "https://rest.bwick.fun",
  "reachable": true
}

Token

The canonical BWICK token details, including the Solana SPL mint (resolved live from the chain):
bwick token
token:    BWICK (ubwick, 6 decimals)
chain:    bwick-1
SPL mint: 8eJrnMwC3cjGNNMWYBxfpf91AwzTVzgKUL7kQwwEpump

Send BWICK

Move funds with a signed transaction