diff options
| author | monlovesmango <96307647+monlovesmango@users.noreply.github.com> | 2023-03-09 11:16:57 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-09 14:16:57 -0300 |
| commit | 30daaedbdb48c7583843a12d3496ced311b9986a (patch) | |
| tree | de6fcff0157541dffbc0b371dc8da8a9f78bfded /README.md | |
| parent | a4ed9689032a6e16eff92994195f273e74475f45 (diff) | |
NIP-51 Lists (#183)
Co-authored-by: Semisol <45574030+Semisol@users.noreply.github.com>
Co-authored-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
Co-authored-by: fiatjaf_ <fiatjaf@gmail.com>
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) | |