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