octez-client

tezos blockchain client

TLDR

Get account balance
$ octez-client get balance for [address]
Transfer tokens
$ octez-client transfer [amount] from [source] to [destination]
Generate new account
$ octez-client gen keys [alias]
Show account address
$ octez-client show address [alias]
List known addresses
$ octez-client list known addresses

SYNOPSIS

octez-client [command] [options]

DESCRIPTION

octez-client is the Tezos blockchain client. Manages accounts and transactions.The tool interacts with Tezos network. Supports smart contracts.

PARAMETERS

get balance for ADDRESS

Show account balance.
transfer AMOUNT from SRC to DST
Send tokens.
gen keys ALIAS
Create new account.
show address ALIAS
Display address.
-A NODE
Node address.
--help
Display help information.

CAVEATS

Requires Tezos node connection. Transaction fees apply. Network dependent.

HISTORY

octez-client is the official Tezos client for interacting with the blockchain.

SEE ALSO

octez-node(1), octez-baker(1)