10101 icon indicating copy to clipboard operation
10101 copied to clipboard

10101's NOSTR NIP05 not valid

Open SXBT69 opened this issue 11 months ago • 1 comments

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 avatar Mar 24 '24 00:03 SXBT69