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

NIP-05 verification for pubkeys in message modal #3

Open
4 tasks
bnonni opened this issue Mar 23, 2023 · 1 comment
Open
4 tasks

NIP-05 verification for pubkeys in message modal #3

bnonni opened this issue Mar 23, 2023 · 1 comment

Comments

@bnonni
Copy link

bnonni commented Mar 23, 2023

Message modal displays raw pubkeys. It would be better to show the NIP-05 verified username instead (if present), and then link to it.

image

  • intermediately, get npub rendering and linked instead of raw pubkey
    then ...
  • use pubkeys object to get a list of pubkeys
  • query relay for events kind 0 passing pubkey as author
  • do 1 of 2 things:
    • store all metadata objects in Map(<pk>: {metadata}, ...) for easy querying in augUIModal fn
    • query relay in the augUIModal fn in real-time to get nip05
@vibrant-boredom
Copy link

Can pick up this issue too :)

@vibrant-boredom vibrant-boredom removed their assignment Oct 3, 2023
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

2 participants