diff options
| author | fiatjaf <faitjaf@gmail.com> | 2022-05-01 08:02:54 -0300 |
|---|---|---|
| committer | fiatjaf <faitjaf@gmail.com> | 2022-05-01 08:02:54 -0300 |
| commit | 889692ad5c2a37271a4a79bb6391e7bdf1c9fc8d (patch) | |
| tree | 7773498129af8578ac5fd6cd6d97cab2280efdc5 | |
| parent | f25c7e672c23ca5463fa5c0fcb5e5f424d956862 (diff) | |
fix links.
| -rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
| @@ -2,16 +2,16 @@ | |||
| 2 | 2 | ||
| 3 | NIPs stand for **Nostr Implementation Possibilities**. They exist to document what MUST, what SHOULD and what MAY be implemented by [Nostr](https://github.com/fiatjaf/nostr)-compatible _relay_ and _client_ software. | 3 | NIPs stand for **Nostr Implementation Possibilities**. They exist to document what MUST, what SHOULD and what MAY be implemented by [Nostr](https://github.com/fiatjaf/nostr)-compatible _relay_ and _client_ software. |
| 4 | 4 | ||
| 5 | - [NIP-01: Basic protocol flow description](https://github.com/fiatjaf/nostr/blob/master/nips/01.md) | 5 | - [NIP-01: Basic protocol flow description](01.md) |
| 6 | - [NIP-02: Contact List and Petnames](https://github.com/fiatjaf/nostr/blob/master/nips/02.md) | 6 | - [NIP-02: Contact List and Petnames](02.md) |
| 7 | - [NIP-03: OpenTimestamps Attestations for Events](https://github.com/fiatjaf/nostr/blob/master/nips/03.md) | 7 | - [NIP-03: OpenTimestamps Attestations for Events](03.md) |
| 8 | - [NIP-04: Encrypted Direct Message](https://github.com/fiatjaf/nostr/blob/master/nips/04.md) | 8 | - [NIP-04: Encrypted Direct Message](04.md) |
| 9 | - [NIP-05: Mapping Nostr keys to DNS-based internet identifiers](https://github.com/fiatjaf/nostr/blob/master/nips/05.md) | 9 | - [NIP-05: Mapping Nostr keys to DNS-based internet identifiers](05.md) |
| 10 | - [NIP-06: Basic key derivation from mnemonic seed phrase](https://github.com/fiatjaf/nostr/blob/master/nips/06.md) | 10 | - [NIP-06: Basic key derivation from mnemonic seed phrase](06.md) |
| 11 | - [NIP-08: Handling Mentions](https://github.com/fiatjaf/nostr/blob/master/nips/08.md) | 11 | - [NIP-08: Handling Mentions](08.md) |
| 12 | - [NIP-09: Event Deletion](https://github.com/fiatjaf/nostr/blob/master/nips/09.md) | 12 | - [NIP-09: Event Deletion](09.md) |
| 13 | - [NIP-11: Relay Information Document](https://github.com/fiatjaf/nostr/blob/master/nips/11.md) | 13 | - [NIP-11: Relay Information Document](11.md) |
| 14 | - [NIP-12: Generic Tag Queries](https://github.com/fiatjaf/nostr/blob/master/nips/12.md) | 14 | - [NIP-12: Generic Tag Queries](12.md) |
| 15 | 15 | ||
| 16 | ## Event Kinds | 16 | ## Event Kinds |
| 17 | 17 | ||