wallet-cli contact

August 27, 2026 · View on GitHub

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

CommandPageDescription
contact addadd.mdAdd a payee to the address book
contact listlist.mdList every contact
contact removeremove.mdRemove a contact

See also

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