Skip to content

wallet-cli contact

Manage the recipient contact book.

A purely local address book of recipients (name → address), stored in the config directory in plaintext with file mode 0600 (readable/writable only by your user). Each entry belongs to one chain family — tron or evm, detected from the address — so a name resolves only on networks of that family. Once a contact exists, its name can be used directly wherever a recipient is expected — tx send --to and gasfree transfer --to.

Synopsis

wallet-cli contact COMMAND

Subcommands

Command Page Description
contact add add.md Add a payee to the address book
contact list list.md List every contact
contact remove remove.md Remove a contact

See also

token — the token address book (same shape) · tx send · Security