diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
| @@ -63,6 +63,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 63 | - [NIP-58: Badges](58.md) | 63 | - [NIP-58: Badges](58.md) |
| 64 | - [NIP-65: Relay List Metadata](65.md) | 64 | - [NIP-65: Relay List Metadata](65.md) |
| 65 | - [NIP-72: Moderated Communities](72.md) | 65 | - [NIP-72: Moderated Communities](72.md) |
| 66 | - [NIP-75: Zap Goals](75.md) | ||
| 66 | - [NIP-78: Application-specific data](78.md) | 67 | - [NIP-78: Application-specific data](78.md) |
| 67 | - [NIP-89: Recommended Application Handlers](89.md) | 68 | - [NIP-89: Recommended Application Handlers](89.md) |
| 68 | - [NIP-94: File Metadata](94.md) | 69 | - [NIP-94: File Metadata](94.md) |
| @@ -93,6 +94,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 93 | | `1984` | Reporting | [56](56.md) | | 94 | | `1984` | Reporting | [56](56.md) | |
| 94 | | `1985` | Label | [32](32.md) | | 95 | | `1985` | Label | [32](32.md) | |
| 95 | | `4550` | Community Post Approval | [72](72.md) | | 96 | | `4550` | Community Post Approval | [72](72.md) | |
| 97 | | `9041` | Zap Goal | [75](75.md) | | ||
| 96 | | `9734` | Zap Request | [57](57.md) | | 98 | | `9734` | Zap Request | [57](57.md) | |
| 97 | | `9735` | Zap | [57](57.md) | | 99 | | `9735` | Zap | [57](57.md) | |
| 98 | | `10000` | Mute List | [51](51.md) | | 100 | | `10000` | Mute List | [51](51.md) | |
| @@ -159,12 +161,13 @@ Please update these lists when proposing NIPs introducing new event kinds. | |||
| 159 | | `p` | pubkey (hex) | relay URL, petname | [01](01.md), [02](02.md) | | 161 | | `p` | pubkey (hex) | relay URL, petname | [01](01.md), [02](02.md) | |
| 160 | | `a` | coordinates to an event | relay URL | [01](01.md) | | 162 | | `a` | coordinates to an event | relay URL | [01](01.md) | |
| 161 | | `d` | identifier | -- | [01](01.md) | | 163 | | `d` | identifier | -- | [01](01.md) | |
| 162 | | `alt` | Alt tag | -- | [31](31.md) | | 164 | | `alt` | summary | -- | [31](31.md) | |
| 163 | | `g` | geohash | -- | [52](52.md) | | 165 | | `g` | geohash | -- | [52](52.md) | |
| 164 | | `i` | identity | proof | [39](39.md) | | 166 | | `i` | identity | proof | [39](39.md) | |
| 165 | | `k` | kind number (string) | -- | [18](18.md), [72](72.md) | | 167 | | `k` | kind number (string) | -- | [18](18.md), [72](72.md) | |
| 166 | | `l` | label, label namespace | annotations | [32](32.md) | | 168 | | `l` | label, label namespace | annotations | [32](32.md) | |
| 167 | | `L` | label namespace | -- | [32](32.md) | | 169 | | `L` | label namespace | -- | [32](32.md) | |
| 170 | | `m` | MIME type | -- | [94](94.md) | | ||
| 168 | | `r` | a reference (URL, etc) | petname | | | 171 | | `r` | a reference (URL, etc) | petname | | |
| 169 | | `r` | relay url | marker | [65](65.md) | | 172 | | `r` | relay url | marker | [65](65.md) | |
| 170 | | `t` | hashtag | -- | | | 173 | | `t` | hashtag | -- | | |
| @@ -173,10 +176,10 @@ Please update these lists when proposing NIPs introducing new event kinds. | |||
| 173 | | `challenge` | challenge string | -- | [42](42.md) | | 176 | | `challenge` | challenge string | -- | [42](42.md) | |
| 174 | | `content-warning` | reason | -- | [36](36.md) | | 177 | | `content-warning` | reason | -- | [36](36.md) | |
| 175 | | `delegation` | pubkey, conditions, delegation token | -- | [26](26.md) | | 178 | | `delegation` | pubkey, conditions, delegation token | -- | [26](26.md) | |
| 176 | | `description` | badge description | -- | [58](58.md) | | 179 | | `description` | invoice/badge description | -- | [57](57.md), [58](58.md) | |
| 177 | | `description` | invoice description | -- | [57](57.md) | | ||
| 178 | | `emoji` | shortcode, image URL | -- | [30](30.md) | | 180 | | `emoji` | shortcode, image URL | -- | [30](30.md) | |
| 179 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | | 181 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | |
| 182 | | `goal` | event id (hex) | relay URL | [75](75.md) | | ||
| 180 | | `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) | | 183 | | `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) | |
| 181 | | `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | | 184 | | `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | |
| 182 | | `location` | location string | -- | [52](52.md), [99](99.md) | | 185 | | `location` | location string | -- | [52](52.md), [99](99.md) | |