t2000_contact_add
Create a named contact for a Sui address to send transactions by name instead of pasting the address.
Instructions
Save a contact name → Sui address mapping. After saving, use the name with t2000_send instead of pasting addresses. Example: save "Tom" as 0x1234... then send to "Tom".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Contact name (e.g. "Tom", "Alice") | |
| address | Yes | Sui wallet address (0x...) |