Note

BTCapsule 🏴🧡
·
1671935769
If you have your own website, you can set up NIP-05 for free with your domain. In your files, you should have a folder called: `/.well-known` Create a file and name it: `nostr.json` In the file, type: `{` `"names":` `{` `"your_username":"your_public_key"` `}` `}` If you’re using Damus, you will have to convert your public key to hex on damus.io/key Then go to a file called: `.htaccess` and put this at the top: `Header set Access-Control-Allow-Origin "*"` `Header set Access-Control-Allow-Headers "*"` `Header set Access-Control-Allow-Methods "GET"` If you’re using Damus, go to your profile, choose Edit, and in the section that says NIP-05 Indentifier type your_username@your_domain.extension (ex. [email protected]). That’s it! Now you will have a nice checkmark next to your name. #nostrhacks