diff options
| author | Kieran <kieran@harkin.me> | 2024-05-22 14:27:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 14:27:23 +0100 |
| commit | ec3c417086544189dd7afacb21b478260eef993e (patch) | |
| tree | e70f9d8ccc83c9990c5880cc6d01b71fe37357f7 /README.md | |
| parent | 5971aa2fbea75db9b65eb4e60e37a84e1fb619e7 (diff) | |
| parent | 12655c739c489beab33cb264c8f6298aadddd955 (diff) | |
Merge pull request #1250 from AsaiToshiya/AsaiToshiya-patch-11
README: add NIP-35 and e tag pubkey
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 97 |
1 files changed, 49 insertions, 48 deletions
| @@ -51,6 +51,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 51 | - [NIP-31: Dealing with Unknown Events](31.md) | 51 | - [NIP-31: Dealing with Unknown Events](31.md) |
| 52 | - [NIP-32: Labeling](32.md) | 52 | - [NIP-32: Labeling](32.md) |
| 53 | - [NIP-34: `git` stuff](34.md) | 53 | - [NIP-34: `git` stuff](34.md) |
| 54 | - [NIP-35: Torrents](35.md) | ||
| 54 | - [NIP-36: Sensitive Content](36.md) | 55 | - [NIP-36: Sensitive Content](36.md) |
| 55 | - [NIP-38: User Statuses](38.md) | 56 | - [NIP-38: User Statuses](38.md) |
| 56 | - [NIP-39: External Identities in Profiles](39.md) | 57 | - [NIP-39: External Identities in Profiles](39.md) |
| @@ -222,54 +223,54 @@ Please update these lists when proposing NIPs introducing new event kinds. | |||
| 222 | 223 | ||
| 223 | ## Standardized Tags | 224 | ## Standardized Tags |
| 224 | 225 | ||
| 225 | | name | value | other parameters | NIP | | 226 | | name | value | other parameters | NIP | |
| 226 | | ----------------- | ------------------------------------ | -------------------- | ------------------------------------- | | 227 | | ----------------- | ------------------------------------ | ------------------------------- | ------------------------------------- | |
| 227 | | `e` | event id (hex) | relay URL, marker | [01](01.md), [10](10.md) | | 228 | | `e` | event id (hex) | relay URL, marker, pubkey (hex) | [01](01.md), [10](10.md) | |
| 228 | | `p` | pubkey (hex) | relay URL, petname | [01](01.md), [02](02.md) | | 229 | | `p` | pubkey (hex) | relay URL, petname | [01](01.md), [02](02.md) | |
| 229 | | `a` | coordinates to an event | relay URL | [01](01.md) | | 230 | | `a` | coordinates to an event | relay URL | [01](01.md) | |
| 230 | | `d` | identifier | -- | [01](01.md) | | 231 | | `d` | identifier | -- | [01](01.md) | |
| 231 | | `g` | geohash | -- | [52](52.md) | | 232 | | `g` | geohash | -- | [52](52.md) | |
| 232 | | `i` | identity | proof | [39](39.md) | | 233 | | `i` | identity | proof | [39](39.md) | |
| 233 | | `k` | kind number (string) | -- | [18](18.md), [25](25.md), [72](72.md) | | 234 | | `k` | kind number (string) | -- | [18](18.md), [25](25.md), [72](72.md) | |
| 234 | | `l` | label, label namespace | annotations | [32](32.md) | | 235 | | `l` | label, label namespace | annotations | [32](32.md) | |
| 235 | | `L` | label namespace | -- | [32](32.md) | | 236 | | `L` | label namespace | -- | [32](32.md) | |
| 236 | | `m` | MIME type | -- | [94](94.md) | | 237 | | `m` | MIME type | -- | [94](94.md) | |
| 237 | | `q` | event id (hex) | relay URL | [18](18.md) | | 238 | | `q` | event id (hex) | relay URL | [18](18.md) | |
| 238 | | `r` | a reference (URL, etc) | petname | | | 239 | | `r` | a reference (URL, etc) | petname | | |
| 239 | | `r` | relay url | marker | [65](65.md) | | 240 | | `r` | relay url | marker | [65](65.md) | |
| 240 | | `t` | hashtag | -- | | | 241 | | `t` | hashtag | -- | | |
| 241 | | `alt` | summary | -- | [31](31.md) | | 242 | | `alt` | summary | -- | [31](31.md) | |
| 242 | | `amount` | millisatoshis, stringified | -- | [57](57.md) | | 243 | | `amount` | millisatoshis, stringified | -- | [57](57.md) | |
| 243 | | `bolt11` | `bolt11` invoice | -- | [57](57.md) | | 244 | | `bolt11` | `bolt11` invoice | -- | [57](57.md) | |
| 244 | | `challenge` | challenge string | -- | [42](42.md) | | 245 | | `challenge` | challenge string | -- | [42](42.md) | |
| 245 | | `client` | name, address | relay URL | [89](89.md) | | 246 | | `client` | name, address | relay URL | [89](89.md) | |
| 246 | | `clone` | git clone URL | -- | [34](34.md) | | 247 | | `clone` | git clone URL | -- | [34](34.md) | |
| 247 | | `content-warning` | reason | -- | [36](36.md) | | 248 | | `content-warning` | reason | -- | [36](36.md) | |
| 248 | | `delegation` | pubkey, conditions, delegation token | -- | [26](26.md) | | 249 | | `delegation` | pubkey, conditions, delegation token | -- | [26](26.md) | |
| 249 | | `description` | description | -- | [34](34.md), [57](57.md), [58](58.md) | | 250 | | `description` | description | -- | [34](34.md), [57](57.md), [58](58.md) | |
| 250 | | `emoji` | shortcode, image URL | -- | [30](30.md) | | 251 | | `emoji` | shortcode, image URL | -- | [30](30.md) | |
| 251 | | `encrypted` | -- | -- | [90](90.md) | | 252 | | `encrypted` | -- | -- | [90](90.md) | |
| 252 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | | 253 | | `expiration` | unix timestamp (string) | -- | [40](40.md) | |
| 253 | | `goal` | event id (hex) | relay URL | [75](75.md) | | 254 | | `goal` | event id (hex) | relay URL | [75](75.md) | |
| 254 | | `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) | | 255 | | `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) | |
| 255 | | `imeta` | inline metadata | -- | [92](92.md) | | 256 | | `imeta` | inline metadata | -- | [92](92.md) | |
| 256 | | `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | | 257 | | `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | |
| 257 | | `location` | location string | -- | [52](52.md), [99](99.md) | | 258 | | `location` | location string | -- | [52](52.md), [99](99.md) | |
| 258 | | `name` | name | -- | [34](34.md), [58](58.md) | | 259 | | `name` | name | -- | [34](34.md), [58](58.md) | |
| 259 | | `nonce` | random | -- | [13](13.md) | | 260 | | `nonce` | random | -- | [13](13.md) | |
| 260 | | `preimage` | hash of `bolt11` invoice | -- | [57](57.md) | | 261 | | `preimage` | hash of `bolt11` invoice | -- | [57](57.md) | |
| 261 | | `price` | price | currency, frequency | [99](99.md) | | 262 | | `price` | price | currency, frequency | [99](99.md) | |
| 262 | | `proxy` | external ID | protocol | [48](48.md) | | 263 | | `proxy` | external ID | protocol | [48](48.md) | |
| 263 | | `published_at` | unix timestamp (string) | -- | [23](23.md) | | 264 | | `published_at` | unix timestamp (string) | -- | [23](23.md) | |
| 264 | | `relay` | relay url | -- | [42](42.md), [17](17.md) | | 265 | | `relay` | relay url | -- | [42](42.md), [17](17.md) | |
| 265 | | `relays` | relay list | -- | [57](57.md) | | 266 | | `relays` | relay list | -- | [57](57.md) | |
| 266 | | `server` | file storage server url | -- | [96](96.md) | | 267 | | `server` | file storage server url | -- | [96](96.md) | |
| 267 | | `subject` | subject | -- | [14](14.md), [17](17.md) | | 268 | | `subject` | subject | -- | [14](14.md), [17](17.md) | |
| 268 | | `summary` | article summary | -- | [23](23.md) | | 269 | | `summary` | article summary | -- | [23](23.md) | |
| 269 | | `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) | | 270 | | `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) | |
| 270 | | `title` | article title | -- | [23](23.md) | | 271 | | `title` | article title | -- | [23](23.md) | |
| 271 | | `web` | webpage URL | -- | [34](34.md) | | 272 | | `web` | webpage URL | -- | [34](34.md) | |
| 272 | | `zap` | pubkey (hex), relay URL | weight | [57](57.md) | | 273 | | `zap` | pubkey (hex), relay URL | weight | [57](57.md) | |
| 273 | 274 | ||
| 274 | ## Criteria for acceptance of NIPs | 275 | ## Criteria for acceptance of NIPs |
| 275 | 276 | ||