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

10101's NOSTR NIP05 not valid #2311

Open
SXBT69 opened this issue Mar 24, 2024 · 1 comment
Open

10101's NOSTR NIP05 not valid #2311

SXBT69 opened this issue Mar 24, 2024 · 1 comment
Labels
annoying bug Something isn't working

Comments

@SXBT69
Copy link
Contributor

SXBT69 commented Mar 24, 2024

image

It seems 10101 doesn't have a proper NIP05 address

Proposed fix:

add a ".well-known/nostr.json"

{
    "names": {
        "Get10101": "c55e37759af0d7fa8764a69dd3b2f73e093fede265c65d6f136d0dd5fabf69b7"
    }
}

or since this one will give "[email protected]" we can change it by having "10101" or "trade":

{
    "names": {
        "trade": "c55e37759af0d7fa8764a69dd3b2f73e093fede265c65d6f136d0dd5fabf69b7"
    }
}

Finally, make sure this file is served with the Access-Control-Allow-Origin header set to * as it needs to be accessible by clients.

@SXBT69 SXBT69 added bug Something isn't working annoying labels Mar 24, 2024
@holzeis
Copy link
Contributor

holzeis commented Mar 24, 2024

I like [email protected] 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
annoying bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants