diff options
| author | Mariano Pérez Rodríguez <mariano.perez.rodriguez@gmail.com> | 2023-04-13 19:30:23 -0300 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-04-14 09:21:04 -0300 |
| commit | 074b139a26e92262a5779be85f932e4c94412b35 (patch) | |
| tree | 7a04c2f01b3172b4e03aad7cb8a6b89a802c827a | |
| parent | 754bd26b188e1f7b871fcf3789db31ef14a6e826 (diff) | |
Add table of contents (and NIP list header)
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
| @@ -2,6 +2,22 @@ | |||
| 2 | 2 | ||
| 3 | NIPs stand for **Nostr Implementation Possibilities**. They exist to document 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 may be implemented by [Nostr](https://github.com/fiatjaf/nostr)-compatible _relay_ and _client_ software. |
| 4 | 4 | ||
| 5 | --- | ||
| 6 | |||
| 7 | - [List](#list) | ||
| 8 | - [Event Kinds](#event-kinds) | ||
| 9 | - [Event Kind Ranges](#event-kind-ranges) | ||
| 10 | - [Message Types](#message-types) | ||
| 11 | - [Client to Relay](#client-to-relay) | ||
| 12 | - [Relay to Client](#relay-to-client) | ||
| 13 | - [Standardized Tags](#standardized-tags) | ||
| 14 | - [Criteria for acceptance of NIPs](#criteria-for-acceptance-of-nips) | ||
| 15 | - [License](#license) | ||
| 16 | |||
| 17 | --- | ||
| 18 | |||
| 19 | ## List | ||
| 20 | |||
| 5 | - [NIP-01: Basic protocol flow description](01.md) | 21 | - [NIP-01: Basic protocol flow description](01.md) |
| 6 | - [NIP-02: Contact List and Petnames](02.md) | 22 | - [NIP-02: Contact List and Petnames](02.md) |
| 7 | - [NIP-03: OpenTimestamps Attestations for Events](03.md) | 23 | - [NIP-03: OpenTimestamps Attestations for Events](03.md) |