Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 908 Bytes

File metadata and controls

23 lines (15 loc) · 908 Bytes

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). Entries are grouped by chain family (all tron today). 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 recipient
contact list list.md List recipients
contact remove remove.md Remove a recipient

See also

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