Crypto - Chia - CLI - CLI Commands - Wallet Commands

chia wallet get_addressGet a receiving address.
chia wallet get_transactionObtain a transaction.
chia wallet get_transactionsShow all transactions.
chia wallet showShow wallet information.
chia wallet sendSend chia to another wallet.

chia wallet send

chia wallet send -i 1 -a NUMBERXCH -m NUMBERXCH_FEES -t TARGET_ADDRESS

NOTE:

  • -i 1: The ID of the wallet.
  • -a NUMBERXCH: The number of chia in XCH.
  • -m NUMBERXCH_FEES: The fees in XCH.
    • The default is 0.
  • -t TARGET_ADDRESS: The recipient address.