Hacker News new | ask | show | jobs
by nunobrito 636 days ago
Domain verification is NIP05, here is a tutorial: https://nostr.how/en/guides/get-verified

Basically create json file on your site at /.well-known/nostr.json

Place inside your username and the npub, done.

1 comments

So instead of just using a domain TXT record you're required to host a page and provide access to this file? Seems worse than how AtProto handle's this.
That is a wrong assumption.

First: You can easily host a million user handles on a JSON file without impact on the website, you cannot host a million user handles as TXT record.

Second: It is far easier to update a JSON file on disk than using an API to a specific domain registrar provider and change TXT records there.