Tony Gaeta Profile picture
Software Engineer • Photographer • Former Intelligence Officer • Astronomical Aficionado • Bio-digital jazz, man. #bitcoin
Feb 2, 2023 4 tweets 3 min read
1/4 Step-by-Step Guide to #Nostr NIP-05 Verification on a Next.js Site w/ #DamusApp

Create a folder called .well-known in the p ublic folder of your #Nextjs project, then create a file named nostr.json with the following content: { "names": { "name": "hex key" } }. 2/4 If you don't know your public hex key, convert your nsub key to a hex key using damus.io/key/ and replace the placeholder text ‘hex key’ with the converted hex key in nostr.json. Don’t forget to set your name. (e.g., ‘tony’, ‘jack’)