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

Add owned usernames screen #46

Open
rachelhamlin opened this issue Oct 9, 2018 · 5 comments
Open

Add owned usernames screen #46

rachelhamlin opened this issue Oct 9, 2018 · 5 comments

Comments

@rachelhamlin
Copy link

From the main screen of the DApp, user should be able to access screen 20_02 to see a static list of their owned usernames.

@bgits
Copy link
Contributor

bgits commented Oct 15, 2018

We did not build anything to support this. There are multiple possible implementation routes but nothing we have explored in detail.

@rachelhamlin
Copy link
Author

@bgits what do you mean, to support lookup of a user's names, or UI for it?

@bgits
Copy link
Contributor

bgits commented Oct 15, 2018

We don't have a reverse lookup, given an address or contact code get registrations. Most likely the best approach is to build an indexer, a couple approaches possible here including maintaining a REST API to allow such lookups.

@rachelhamlin
Copy link
Author

Okay, noted. So we'll remove that block of text from the main screen for the launch.

@3esmit
Copy link
Member

3esmit commented Nov 6, 2018

It's not possible to reverse multiple domains to the same ethereum address.
Reverse lookup will always find only one name.
Reverse lookup exposes user names.
Recommend use browser storage for saving that information and showing to user.

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

3 participants