Replies (10)

You should add an entry for "_: <npub-hex>" too so you can just use the top level domain as your NIP-05 Examples: - blink.sv/.well-known/nostr.json - stackorspend.com/.well-known/nostr.json?name=_
It's broken because you used a bech32 encoded public key "npub1..." That's good for humans but for protocol stuff on nostr you have to decode it then encode it to hex.
โ†‘