Using my own domain on nostr
Jan 24, 2025 - ⧖ 1 minAfter generating a keypair on a nostr app (I started with primal) I copied my
public key to /.well-known/nostr.json
and put that at the root of my site at
https://pype.dev
.
The file looks like this:
{
“names”: {
“nic”: “npub1q3fsec2vcv99v80ga72dlv90qwkqmuxqcr6mdyumcmpkgudlhrespyurfj”
}
}
So now I can use [email protected]
as on nostr because the client will verify the
pubkey associated with my profile with my domain!
big upgrade from
@primal.net