diff options
| author | Jeff Gardner <202880+erskingardner@users.noreply.github.com> | 2023-07-18 22:48:23 +0200 |
|---|---|---|
| committer | Jeff Gardner <202880+erskingardner@users.noreply.github.com> | 2023-07-18 22:48:23 +0200 |
| commit | 859bd471fe22ce18bcf208581040fbfa3b06dee4 (patch) | |
| tree | a8b89ff4a476546e89e84b74cc76b6e9fb130f37 /README.md | |
| parent | b480624ac27e7083ed01c7f3d2157fddf7bd692a (diff) | |
Update readme, change NIP number
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -67,6 +67,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 67 | - [NIP-89: Recommended Application Handlers](89.md) | 67 | - [NIP-89: Recommended Application Handlers](89.md) |
| 68 | - [NIP-94: File Metadata](94.md) | 68 | - [NIP-94: File Metadata](94.md) |
| 69 | - [NIP-98: HTTP Auth](98.md) | 69 | - [NIP-98: HTTP Auth](98.md) |
| 70 | - [NIP-99: Classified Listings](99.md) | ||
| 70 | 71 | ||
| 71 | ## Event Kinds | 72 | ## Event Kinds |
| 72 | 73 | ||
| @@ -111,6 +112,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 111 | | `30023` | Long-form Content | [23](23.md) | | 112 | | `30023` | Long-form Content | [23](23.md) | |
| 112 | | `30078` | Application-specific Data | [78](78.md) | | 113 | | `30078` | Application-specific Data | [78](78.md) | |
| 113 | | `30311` | Live Event | [53](53.md) | | 114 | | `30311` | Live Event | [53](53.md) | |
| 115 | | `30402` | Classified Listing | [99](99.md) | | ||
| 114 | | `31989` | Handler recommendation | [89](89.md) | | 116 | | `31989` | Handler recommendation | [89](89.md) | |
| 115 | | `31990` | Handler information | [89](89.md) | | 117 | | `31990` | Handler information | [89](89.md) | |
| 116 | 118 | ||
| @@ -177,9 +179,11 @@ When experimenting with kinds, keep in mind the classification introduced by [NI | |||
| 177 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | | 179 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | |
| 178 | | `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) | | 180 | | `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) | |
| 179 | | `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | | 181 | | `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | |
| 182 | | `location` | location string | -- | [99](99.md) | | ||
| 180 | | `name` | badge name | -- | [58](58.md) | | 183 | | `name` | badge name | -- | [58](58.md) | |
| 181 | | `nonce` | random | -- | [13](13.md) | | 184 | | `nonce` | random | -- | [13](13.md) | |
| 182 | | `preimage` | hash of `bolt11` invoice | -- | [57](57.md) | | 185 | | `preimage` | hash of `bolt11` invoice | -- | [57](57.md) | |
| 186 | | `price` | price | currency, frequency | [99](99.md) | | ||
| 183 | | `published_at` | unix timestamp (string) | -- | [23](23.md) | | 187 | | `published_at` | unix timestamp (string) | -- | [23](23.md) | |
| 184 | | `relay` | relay url | -- | [42](42.md) | | 188 | | `relay` | relay url | -- | [42](42.md) | |
| 185 | | `relays` | relay list | -- | [57](57.md) | | 189 | | `relays` | relay list | -- | [57](57.md) | |