Oddbean new post about | logout
 Could somebody help me who knows about nip 05? So I'm using GitHub to do it and in the nostr.json file I added uno and my Npub in hex format and verified myself no problem, but when I try to add another user below it doesn't work. 
#Plebchain #AskNostr 
https://image.nostr.build/9bfd7e57c42fbe83366f97ceb2b311097be16610d1fe25cbe4bf97dba7ff4b68.jpg 
 You need a comma after the closing " for the npubs 
 Is this what you mean? 
https://image.nostr.build/9891420d1f2272bb5a465f849ef6af8a098d94c9a5214b460842003afca2283d.jpg 
 like this:

{
 "names": {
    "uno": "hexpub",
    'earth": "hexpub",
  }
}

here's mine if that helps too:

https://github.com/benthecarman/benthecarman.com/blob/master/public/.well-known/nostr.json 
 Got it going! Thanks so much 🙏 
 LFG