JD on Nostr: NIP-05 tip for non-coders: How to put multiple entries in /.well-known/nostr.json: ...
NIP-05 tip for non-coders: How to put multiple entries in /.well-known/nostr.json:
Entries in the names container MUST end with a comma and a line feed. No comma or line feed for the last entry. This is assuming a github hosted file.
"names": {
"handle1": "npub hex......",
"handle2": "npub hex......",
"handle3": "npub hex......",
"handle4": "npub hex......"
}
#nostrtips
Entries in the names container MUST end with a comma and a line feed. No comma or line feed for the last entry. This is assuming a github hosted file.
"names": {
"handle1": "npub hex......",
"handle2": "npub hex......",
"handle3": "npub hex......",
"handle4": "npub hex......"
}
#nostrtips