upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPablo Fernandez <pfer@me.com>2023-07-18 22:53:30 +0200
committerGitHub <noreply@github.com>2023-07-18 22:53:30 +0200
commit00f9f5b049cd0a1cbba65166fb1fd5280ef448c1 (patch)
tree379276757ab82a7b0d8de672f58f1c569767129b /README.md
parentafcbef2bb0ad854adfc8dac8d04ba16fe8107115 (diff)
parent8efa0e76b471593396690941f234c570830449e4 (diff)
Merge pull request #662 from erskingardner/new-event-for-classifieds
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6da74cd..9ffff27 100644
--- a/README.md
+++ b/README.md
@@ -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) |