diff options
| author | Asai Toshiya <to.asai.60@gmail.com> | 2024-05-22 21:21:44 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 21:21:44 +0900 |
| commit | 744b788427ce56d1cde99c5ccf4739bcaa8c75fb (patch) | |
| tree | 55d0e3d12274c19caaebc73acbc76ed8347bc744 /README.md | |
| parent | 5971aa2fbea75db9b65eb4e60e37a84e1fb619e7 (diff) | |
README: add NIP-35 and `e` tag pubkey
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 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) |
| @@ -224,7 +225,7 @@ Please update these lists when proposing NIPs introducing new event kinds. | |||
| 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) | |