Skip to main content

teale wallet

Manage wallet and credits.

Synopsis

teale wallet <subcommand> [options]

Subcommands

teale wallet balance

Show the current wallet balance and summary statistics.

teale wallet balance [--json]
OptionTypeDescription
--jsonflagOutput machine-readable JSON
teale wallet balance
Balance: 5.432 credits
Total earned: 12.100 credits
Total spent: 6.668 credits
Transactions: 247

teale wallet transactions

List recent transactions.

teale wallet transactions [--limit <int>] [--json]
OptionTypeDefaultDescription
--limitinteger20Maximum number of transactions to show
--jsonflagOutput machine-readable JSON
teale wallet transactions
teale wallet transactions --limit 50
teale wallet transactions --json

teale wallet send

Send credits to a peer.

teale wallet send <amount> <peerID> [--memo <text>]
Argument/OptionTypeDescription
<amount>numberAmount of credits to send (required)
<peerID>stringID of the recipient peer (required)
--memostringOptional memo for the transaction
teale wallet send 0.5 node-def456
teale wallet send 1.0 node-def456 --memo "Thanks for the compute"

teale wallet solana

Show Solana wallet bridge status, including on-chain address and balance.

teale wallet solana [--json]
OptionTypeDescription
--jsonflagOutput machine-readable JSON
teale wallet solana