Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contacts #357

Open
4 tasks
aaroncox opened this issue Feb 7, 2025 · 0 comments
Open
4 tasks

Contacts #357

aaroncox opened this issue Feb 7, 2025 · 0 comments

Comments

@aaroncox
Copy link
Member

aaroncox commented Feb 7, 2025

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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant