Linux command
octez-client 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
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
说明
octez-client is the Tezos blockchain client. Manages accounts and transactions. The tool interacts with Tezos network. Supports smart contracts.
参数
- 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.
FAQ
What is the octez-client command used for?
octez-client is the Tezos blockchain client. Manages accounts and transactions. The tool interacts with Tezos network. Supports smart contracts.
How do I run a basic octez-client example?
Run `octez-client get balance for [address]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does get balance for _ADDRESS_ do in octez-client?
Show account balance.