cr0bar on Nostr: Ah so the relay and NIP-05 are separate. For NIP-05 you need web hosting. It can be ...
Ah so the relay and NIP-05 are separate. For NIP-05 you need web hosting.
It can be as simple as hosting a static file at: https://<domain>/.well-known/nostr.json
The file contains your nostr name (Eg. Strit) and the hex version of your public key.
Here’s an example using your info:
{
"names": {
"strit": "c6c43235f48bddd7a4671f9de12267d07ae7f7ea5ba9386cb357e14e59ec5e8c"
}
}
Your NIP-05 address would be strit@<domain>
You can find more info here! 😁👍
https://github.com/nostr-protocol/nips/blob/master/05.md
It can be as simple as hosting a static file at: https://<domain>/.well-known/nostr.json
The file contains your nostr name (Eg. Strit) and the hex version of your public key.
Here’s an example using your info:
{
"names": {
"strit": "c6c43235f48bddd7a4671f9de12267d07ae7f7ea5ba9386cb357e14e59ec5e8c"
}
}
Your NIP-05 address would be strit@<domain>
You can find more info here! 😁👍
https://github.com/nostr-protocol/nips/blob/master/05.md