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! 🥳🎉
Published at
2023-02-01 15:59:57Event JSON
{
"id": "32148bc94a62554a5fb75a5a449189d10f1078cc97fe6e43619cdfb377a56475",
"pubkey": "21cae3d84e2a34605941de2be730a2171f5bfe30dec5eab86cc86d370a7fe24b",
"created_at": 1675267197,
"kind": 1,
"tags": [],
"content": "How to get DAMUS VERIFIED 🪄🟣\n(must have your own website)\n\n1. Open the base folder of your website's files \n(or /public folder for Next.js)\n2. Add a \".well-known\" folder\n3. Create a \"nostr.json\" file \n4. Inside, type:\n{\n \"names\":\n {\n \"your_username\":\"your_hex_pub_key\"\n }\n}\n5. Replace \"your_username\" with your Damus username (no @ symbol)\n6. Convert your public key to hex on damus.io/key and replace \"your_hex_pub_key\" with it\n7. In your site's base folder, add or navigate to \n\".htaccess\" file\n8. Add this to the top: \nHeader set Access-Control-Allow-Origin \"*\"\nHeader set Access-Control-Allow-Headers \"*\"\nHeader set Access-Control-Allow-Methods \"GET\"\n9. In your Damus profile settings, add \nyour_username@your_domain.extension\nas your \"NIP-05 Indentifier\", using your real values\n\nDone! 🥳🎉",
"sig": "f24738575a04afafab61d16757176f1c5605462709a9187bec7afa89326c1d93e92c219f95780d07da7d8147b1fbdb91e2b99d699a678f6aa3988d3474978f66"
}