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

[Feature] Enable ens #57

Closed
shahankhatch opened this issue Oct 8, 2021 · 0 comments
Closed

[Feature] Enable ens #57

shahankhatch opened this issue Oct 8, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@shahankhatch
Copy link

Feature Description

Currently, hex is displayed for addresses, making it hard to identify who an address belongs to, or to choose an identity.

This issue should address two proposed changes:

  • show ens names instead of addresses, e.g., leaderboard
  • allow ens name entry instead of an address on the delegate page

Perhaps a more compact approach makes sense towards the above:

  • js function that, when supplied with an address, returns the ens name
  • js function that, when supplies with an ens name, returns the address

Although there may be existing libraries for the above proposed js functions, we need to ensure that the address type/format matches the one currently in use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants