diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -32,6 +32,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 32 | - [NIP-42: Authentication of clients to relays](42.md) | 32 | - [NIP-42: Authentication of clients to relays](42.md) |
| 33 | - [NIP-46: Nostr Connect](46.md) | 33 | - [NIP-46: Nostr Connect](46.md) |
| 34 | - [NIP-50: Keywords filter](50.md) | 34 | - [NIP-50: Keywords filter](50.md) |
| 35 | - [NIP-51: Lists](51.md) | ||
| 35 | - [NIP-56: Reporting](56.md) | 36 | - [NIP-56: Reporting](56.md) |
| 36 | - [NIP-57: Lightning Zaps](57.md) | 37 | - [NIP-57: Lightning Zaps](57.md) |
| 37 | - [NIP-58: Badges](58.md) | 38 | - [NIP-58: Badges](58.md) |
| @@ -39,6 +40,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 39 | - [NIP-78: Application-specific data](78.md) | 40 | - [NIP-78: Application-specific data](78.md) |
| 40 | 41 | ||
| 41 | ## Event Kinds | 42 | ## Event Kinds |
| 43 | |||
| 42 | | kind | description | NIP | | 44 | | kind | description | NIP | |
| 43 | | ------------- | -------------------------------- | ----------- | | 45 | | ------------- | -------------------------------- | ----------- | |
| 44 | | 0 | Metadata | [1](01.md) | | 46 | | 0 | Metadata | [1](01.md) | |
| @@ -57,9 +59,13 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 57 | | 1984 | Reporting | [56](56.md) | | 59 | | 1984 | Reporting | [56](56.md) | |
| 58 | | 9734 | Zap Request | [57](57.md) | | 60 | | 9734 | Zap Request | [57](57.md) | |
| 59 | | 9735 | Zap | [57](57.md) | | 61 | | 9735 | Zap | [57](57.md) | |
| 62 | | 10000 | Mute List | [51](51.md) | | ||
| 63 | | 10001 | Pin List | [51](51.md) | | ||
| 60 | | 10002 | Relay List Metadata | [65](65.md) | | 64 | | 10002 | Relay List Metadata | [65](65.md) | |
| 61 | | 22242 | Client Authentication | [42](42.md) | | 65 | | 22242 | Client Authentication | [42](42.md) | |
| 62 | | 24133 | Nostr Connect | [46](46.md) | | 66 | | 24133 | Nostr Connect | [46](46.md) | |
| 67 | | 30000 | Categorized People List | [51](51.md) | | ||
| 68 | | 30001 | Categorized Bookmark List | [51](51.md) | | ||
| 63 | | 30008 | Profile Badges | [58](58.md) | | 69 | | 30008 | Profile Badges | [58](58.md) | |
| 64 | | 30009 | Badge Definition | [58](58.md) | | 70 | | 30009 | Badge Definition | [58](58.md) | |
| 65 | | 30023 | Long-form Content | [23](23.md) | | 71 | | 30023 | Long-form Content | [23](23.md) | |