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:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9714fc9..ca2e688 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,8 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
45- [NIP-26: Delegated Event Signing](26.md) 45- [NIP-26: Delegated Event Signing](26.md)
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)
49- [NIP-31: Dealing with Unknown Events](31.md)
48- [NIP-33: Parameterized Replaceable Events](33.md) 50- [NIP-33: Parameterized Replaceable Events](33.md)
49- [NIP-36: Sensitive Content](36.md) 51- [NIP-36: Sensitive Content](36.md)
50- [NIP-39: External Identities in Profiles](39.md) 52- [NIP-39: External Identities in Profiles](39.md)
@@ -60,6 +62,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
60- [NIP-58: Badges](58.md) 62- [NIP-58: Badges](58.md)
61- [NIP-65: Relay List Metadata](65.md) 63- [NIP-65: Relay List Metadata](65.md)
62- [NIP-78: Application-specific data](78.md) 64- [NIP-78: Application-specific data](78.md)
65- [NIP-89: Recommended Application Handlers](89.md)
63- [NIP-94: File Metadata](94.md) 66- [NIP-94: File Metadata](94.md)
64- [NIP-98: HTTP Auth](98.md) 67- [NIP-98: HTTP Auth](98.md)
65 68
@@ -102,6 +105,8 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
102| `30018` | Create or update a product | [15](15.md) | 105| `30018` | Create or update a product | [15](15.md) |
103| `30023` | Long-form Content | [23](23.md) | 106| `30023` | Long-form Content | [23](23.md) |
104| `30078` | Application-specific Data | [78](78.md) | 107| `30078` | Application-specific Data | [78](78.md) |
108| `31989` | Handler recommendation | [89](89.md) |
109| `31990` | Handler information | [89](89.md) |
105 110
106### Event Kind Ranges 111### Event Kind Ranges
107 112
@@ -144,6 +149,7 @@ When experimenting with kinds, keep in mind the classification introduced by [NI
144| name | value | other parameters | NIP | 149| name | value | other parameters | NIP |
145| ----------------- | ------------------------------------ | -------------------- | ------------------------ | 150| ----------------- | ------------------------------------ | -------------------- | ------------------------ |
146| `a` | coordinates to an event | relay URL | [33](33.md), [23](23.md) | 151| `a` | coordinates to an event | relay URL | [33](33.md), [23](23.md) |
152| `alt` | Alt tag | -- | [31](31.md) |
147| `d` | identifier | -- | [33](33.md) | 153| `d` | identifier | -- | [33](33.md) |
148| `e` | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) | 154| `e` | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) |
149| `g` | geohash | -- | [12](12.md) | 155| `g` | geohash | -- | [12](12.md) |
@@ -158,6 +164,7 @@ When experimenting with kinds, keep in mind the classification introduced by [NI
158| `delegation` | pubkey, conditions, delegation token | -- | [26](26.md) | 164| `delegation` | pubkey, conditions, delegation token | -- | [26](26.md) |
159| `description` | badge description | -- | [58](58.md) | 165| `description` | badge description | -- | [58](58.md) |
160| `description` | invoice description | -- | [57](57.md) | 166| `description` | invoice description | -- | [57](57.md) |
167| `emoji` | shortcode | image URL | [30](30.md) |
161| `expiration` | unix timestamp (string) | -- | [40](40.md) | 168| `expiration` | unix timestamp (string) | -- | [40](40.md) |
162| `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) | 169| `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) |
163| `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | 170| `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) |