diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2023-01-24 10:23:00 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2023-01-25 13:08:20 -0300 |
| commit | 45649d7b4d40fda4b4db8a02d007e6243a1153c9 (patch) | |
| tree | 86eb7367638e7518c36f83dc9b428aba4f9072d9 | |
| parent | d179cd9758c0305300757ae6fa7eb9dc6d781223 (diff) | |
add NIP-21, `nostr:` url scheme.
| -rw-r--r-- | 21.md | 20 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 21 insertions, 0 deletions
| @@ -0,0 +1,20 @@ | |||
| 1 | NIP-21 | ||
| 2 | ====== | ||
| 3 | |||
| 4 | `nostr:` URL scheme | ||
| 5 | ------------------- | ||
| 6 | |||
| 7 | `draft` `optional` `author:fiatjaf` | ||
| 8 | |||
| 9 | This NIP standardizes the usage of a common URL scheme for maximum interoperability and openness in the network. | ||
| 10 | |||
| 11 | The scheme is `nostr:`. | ||
| 12 | |||
| 13 | The identifiers that come after are expected to be the same as those defined in NIP-19 (except `nsec`). | ||
| 14 | |||
| 15 | ## Examples | ||
| 16 | |||
| 17 | - `nostr:npub1sn0wdenkukak0d9dfczzeacvhkrgz92ak56egt7vdgzn8pv2wfqqhrjdv9` | ||
| 18 | - `nostr:nprofile1qqsrhuxx8l9ex335q7he0f09aej04zpazpl0ne2cgukyawd24mayt8gpp4mhxue69uhhytnc9e3k7mgpz4mhxue69uhkg6nzv9ejuumpv34kytnrdaksjlyr9p` | ||
| 19 | - `nostr:note1fntxtkcy9pjwucqwa9mddn7v03wwwsu9j330jj350nvhpky2tuaspk6nqc` | ||
| 20 | - `nostr:nevent1qqstna2yrezu5wghjvswqqculvvwxsrcvu7uc0f78gan4xqhvz49d9spr3mhxue69uhkummnw3ez6un9d3shjtn4de6x2argwghx6egpr4mhxue69uhkummnw3ez6ur4vgh8wetvd3hhyer9wghxuet5nxnepm` | ||
| @@ -20,6 +20,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 20 | - [NIP-16: Event Treatment](16.md) | 20 | - [NIP-16: Event Treatment](16.md) |
| 21 | - [NIP-19: bech32-encoded entities](19.md) | 21 | - [NIP-19: bech32-encoded entities](19.md) |
| 22 | - [NIP-20: Command Results](20.md) | 22 | - [NIP-20: Command Results](20.md) |
| 23 | - [NIP-21: `nostr:` URL scheme](21.md) | ||
| 23 | - [NIP-22: Event created_at Limits](22.md) | 24 | - [NIP-22: Event created_at Limits](22.md) |
| 24 | - [NIP-25: Reactions](25.md) | 25 | - [NIP-25: Reactions](25.md) |
| 25 | - [NIP-26: Delegated Event Signing](26.md) | 26 | - [NIP-26: Delegated Event Signing](26.md) |