LinuxCommandLibrary

octez-client

tezos blockchain client

TLDR

Get account balance

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

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

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community