diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -46,6 +46,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 46 | - [NIP-27: Text Note References](27.md) | 46 | - [NIP-27: Text Note References](27.md) |
| 47 | - [NIP-28: Public Chat](28.md) | 47 | - [NIP-28: Public Chat](28.md) |
| 48 | - [NIP-30: Custom Emoji](30.md) | 48 | - [NIP-30: Custom Emoji](30.md) |
| 49 | - [NIP-31: Dealing with Unknown Events](31.md) | ||
| 49 | - [NIP-33: Parameterized Replaceable Events](33.md) | 50 | - [NIP-33: Parameterized Replaceable Events](33.md) |
| 50 | - [NIP-36: Sensitive Content](36.md) | 51 | - [NIP-36: Sensitive Content](36.md) |
| 51 | - [NIP-39: External Identities in Profiles](39.md) | 52 | - [NIP-39: External Identities in Profiles](39.md) |
| @@ -63,6 +64,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 63 | - [NIP-78: Application-specific data](78.md) | 64 | - [NIP-78: Application-specific data](78.md) |
| 64 | - [NIP-89: Recommended Application Handlers](89.md) | 65 | - [NIP-89: Recommended Application Handlers](89.md) |
| 65 | - [NIP-94: File Metadata](94.md) | 66 | - [NIP-94: File Metadata](94.md) |
| 67 | - [NIP-98: HTTP Auth](98.md) | ||
| 66 | 68 | ||
| 67 | ## Event Kinds | 69 | ## Event Kinds |
| 68 | 70 | ||
| @@ -74,9 +76,10 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 74 | | `3` | Contacts | [2](02.md) | | 76 | | `3` | Contacts | [2](02.md) | |
| 75 | | `4` | Encrypted Direct Messages | [4](04.md) | | 77 | | `4` | Encrypted Direct Messages | [4](04.md) | |
| 76 | | `5` | Event Deletion | [9](09.md) | | 78 | | `5` | Event Deletion | [9](09.md) | |
| 77 | | `6` | Reposts | [18](18.md) | | 79 | | `6` | Repost | [18](18.md) | |
| 78 | | `7` | Reaction | [25](25.md) | | 80 | | `7` | Reaction | [25](25.md) | |
| 79 | | `8` | Badge Award | [58](58.md) | | 81 | | `8` | Badge Award | [58](58.md) | |
| 82 | | `16` | Generic Repost | [18](18.md) | | ||
| 80 | | `40` | Channel Creation | [28](28.md) | | 83 | | `40` | Channel Creation | [28](28.md) | |
| 81 | | `41` | Channel Metadata | [28](28.md) | | 84 | | `41` | Channel Metadata | [28](28.md) | |
| 82 | | `42` | Channel Message | [28](28.md) | | 85 | | `42` | Channel Message | [28](28.md) | |
| @@ -94,6 +97,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 94 | | `23194` | Wallet Request | [47](47.md) | | 97 | | `23194` | Wallet Request | [47](47.md) | |
| 95 | | `23195` | Wallet Response | [47](47.md) | | 98 | | `23195` | Wallet Response | [47](47.md) | |
| 96 | | `24133` | Nostr Connect | [46](46.md) | | 99 | | `24133` | Nostr Connect | [46](46.md) | |
| 100 | | `27235` | HTTP Auth | [98](98.md) | | ||
| 97 | | `30000` | Categorized People List | [51](51.md) | | 101 | | `30000` | Categorized People List | [51](51.md) | |
| 98 | | `30001` | Categorized Bookmark List | [51](51.md) | | 102 | | `30001` | Categorized Bookmark List | [51](51.md) | |
| 99 | | `30008` | Profile Badges | [58](58.md) | | 103 | | `30008` | Profile Badges | [58](58.md) | |
| @@ -146,6 +150,7 @@ When experimenting with kinds, keep in mind the classification introduced by [NI | |||
| 146 | | name | value | other parameters | NIP | | 150 | | name | value | other parameters | NIP | |
| 147 | | ----------------- | ------------------------------------ | -------------------- | ------------------------ | | 151 | | ----------------- | ------------------------------------ | -------------------- | ------------------------ | |
| 148 | | `a` | coordinates to an event | relay URL | [33](33.md), [23](23.md) | | 152 | | `a` | coordinates to an event | relay URL | [33](33.md), [23](23.md) | |
| 153 | | `alt` | Alt tag | -- | [31](31.md) | | ||
| 149 | | `d` | identifier | -- | [33](33.md) | | 154 | | `d` | identifier | -- | [33](33.md) | |
| 150 | | `e` | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) | | 155 | | `e` | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) | |
| 151 | | `g` | geohash | -- | [12](12.md) | | 156 | | `g` | geohash | -- | [12](12.md) | |