pull down to refresh
0 sats \ 1 reply \ @thrown 8 Jan 2023 \ on: SN release: bend the knee to nostr, aka NIP-05 support meta
What was the process to implement this exactly? If I own a domain, how do i link it to a nostr key?
Sorry meant to respond.
You just put your name and pubkey in a json file:
https://<your domain>/.well-known/nostr.json
The json is shaped like this:
{
"names" : {
"thrown" : <pubkey in hex>
}
}
reply