You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This is a Rough outline of the feature, which is still being debated/refined. Feel free to leave comments about how this could operate. We will iterate on this idea until it's ready for development.
Allow users to create and save a list of known contacts, used for frequently used accounts/memos in token transfers.
A contact would be an object that contains:
A user-defined name for the contact (string)
An account name (Name)
An optional memo (string)
An optional notes field for any additional information (string)
These objects would be saved in a dedicated backend and are retrievable by an account by providing an identity proof.
Tasks for this include:
The creation of a backend service capable of saving this information on a per-user basis
Design UI to allow the creation of contacts
Design UI to allow management of contacts
Modify the Send interface to allow selecting a contact (perhaps autocomplete as you type an account name?
The text was updated successfully, but these errors were encountered:
Note: This is a Rough outline of the feature, which is still being debated/refined. Feel free to leave comments about how this could operate. We will iterate on this idea until it's ready for development.
Allow users to create and save a list of known contacts, used for frequently used accounts/memos in token transfers.
A contact would be an object that contains:
These objects would be saved in a dedicated backend and are retrievable by an account by providing an identity proof.
Tasks for this include:
The text was updated successfully, but these errors were encountered: