All I have to do to host my own NIP-05 is:

Make a .well-known directory and inside that directory make a nostr.json and inside that json do something like

{

"names":

{ "_": "npub" }

}

Right?

I seem to be having issues getting it to actually show as valid on amethyst

#asknostr

Reply to this note

Please Login to reply.

Discussion

You also need to have the name get parameter for the username. So /.well-known/nostr.json?name=username. Pub key needs to be hex format.