CLI Cheatsheet
Wallet Operations
Basic Wallet Commands
# List all wallets
uptickd keys list
# Create a new wallet
uptickd keys add wallet
# Recover a wallet using mnemonic
uptickd keys add wallet --recover
# Delete a wallet (Warning: Irreversible)
uptickd keys delete walletAccount Balance & Info
# Check balance
uptickd q bank balances $(uptickd keys show wallet -a)
# Check account sequence/nonce
uptickd q account $(uptickd keys show wallet -a) --chain-id uptick_117-1
# Export wallet private key (for advanced use)
uptickd keys export wallet --unarmored-hex --unsafeNode Management
Service Control
Monitoring & Logs
Node Configuration
Staking Operations
Validator Management
Delegation Commands
Reward Operations
Governance & Utilities
Voting & Proposals
Network Utilities
Transaction Utilities
Last updated