e on Nostr: How to get DAMUS VERIFIED 🪄🟣 (must have your own website) 1. Open the base ...
How to get DAMUS VERIFIED 🪄🟣
(must have your own website)
1. Open the base folder of your website's files
(or /public folder for Next.js)
2. Add a ".well-known" folder
3. Create a "nostr.json" file
4. Inside, type:
{
"names":
{
"your_username":"your_hex_pub_key"
}
}
5. Replace "your_username" with your Damus username (no @ symbol)
6. Convert your public key to hex on damus.io/key and replace "your_hex_pub_key" with it
7. In your site's base folder, add or navigate to
".htaccess" file
8. Add this to the top:
Header set Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Headers "*"
Header set Access-Control-Allow-Methods "GET"
9. In your Damus profile settings, add
your_username@your_domain.extension
as your "NIP-05 Indentifier", using your real values
Done! 🥳🎉
(must have your own website)
1. Open the base folder of your website's files
(or /public folder for Next.js)
2. Add a ".well-known" folder
3. Create a "nostr.json" file
4. Inside, type:
{
"names":
{
"your_username":"your_hex_pub_key"
}
}
5. Replace "your_username" with your Damus username (no @ symbol)
6. Convert your public key to hex on damus.io/key and replace "your_hex_pub_key" with it
7. In your site's base folder, add or navigate to
".htaccess" file
8. Add this to the top:
Header set Access-Control-Allow-Origin "*"
Header set Access-Control-Allow-Headers "*"
Header set Access-Control-Allow-Methods "GET"
9. In your Damus profile settings, add
your_username@your_domain.extension
as your "NIP-05 Indentifier", using your real values
Done! 🥳🎉