We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
I like [email protected] 👍
Sorry, something went wrong.
No branches or pull requests
It seems 10101 doesn't have a proper NIP05 address
Proposed fix:
add a ".well-known/nostr.json"
or since this one will give "[email protected]" we can change it by having "10101" or "trade":
Finally, make sure this file is served with the Access-Control-Allow-Origin header set to * as it needs to be accessible by clients.
The text was updated successfully, but these errors were encountered: