diff options
| author | Vitor Pamplona <vitor@vitorpamplona.com> | 2023-06-10 19:56:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-10 19:56:03 -0400 |
| commit | 4d0929b278cfc748f30be48c549cfc87ef429202 (patch) | |
| tree | 78135b2eb1f396faf2045886dd48e8981ab73ae0 /README.md | |
| parent | 91bdf63b130cadb89c3908cab09305526e9f2092 (diff) | |
| parent | 2e842b496a740f89ad80bf8257c37535d538ba54 (diff) | |
Merge branch 'master' into zap-plits
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -46,6 +46,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 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) | 48 | - [NIP-30: Custom Emoji](30.md) |
| 49 | - [NIP-31: Dealing with Unknown Events](31.md) | ||
| 49 | - [NIP-33: Parameterized Replaceable Events](33.md) | 50 | - [NIP-33: Parameterized Replaceable Events](33.md) |
| 50 | - [NIP-36: Sensitive Content](36.md) | 51 | - [NIP-36: Sensitive Content](36.md) |
| 51 | - [NIP-39: External Identities in Profiles](39.md) | 52 | - [NIP-39: External Identities in Profiles](39.md) |
| @@ -61,6 +62,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 61 | - [NIP-58: Badges](58.md) | 62 | - [NIP-58: Badges](58.md) |
| 62 | - [NIP-65: Relay List Metadata](65.md) | 63 | - [NIP-65: Relay List Metadata](65.md) |
| 63 | - [NIP-78: Application-specific data](78.md) | 64 | - [NIP-78: Application-specific data](78.md) |
| 65 | - [NIP-89: Recommended Application Handlers](89.md) | ||
| 64 | - [NIP-94: File Metadata](94.md) | 66 | - [NIP-94: File Metadata](94.md) |
| 65 | 67 | ||
| 66 | ## Event Kinds | 68 | ## Event Kinds |
| @@ -101,6 +103,8 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 101 | | `30018` | Create or update a product | [15](15.md) | | 103 | | `30018` | Create or update a product | [15](15.md) | |
| 102 | | `30023` | Long-form Content | [23](23.md) | | 104 | | `30023` | Long-form Content | [23](23.md) | |
| 103 | | `30078` | Application-specific Data | [78](78.md) | | 105 | | `30078` | Application-specific Data | [78](78.md) | |
| 106 | | `31989` | Handler recommendation | [89](89.md) | | ||
| 107 | | `31990` | Handler information | [89](89.md) | | ||
| 104 | 108 | ||
| 105 | ### Event Kind Ranges | 109 | ### Event Kind Ranges |
| 106 | 110 | ||
| @@ -143,6 +147,7 @@ When experimenting with kinds, keep in mind the classification introduced by [NI | |||
| 143 | | name | value | other parameters | NIP | | 147 | | name | value | other parameters | NIP | |
| 144 | | ----------------- | ------------------------------------ | -------------------- | ------------------------ | | 148 | | ----------------- | ------------------------------------ | -------------------- | ------------------------ | |
| 145 | | `a` | coordinates to an event | relay URL | [33](33.md), [23](23.md) | | 149 | | `a` | coordinates to an event | relay URL | [33](33.md), [23](23.md) | |
| 150 | | `alt` | Alt tag | -- | [31](31.md) | | ||
| 146 | | `d` | identifier | -- | [33](33.md) | | 151 | | `d` | identifier | -- | [33](33.md) | |
| 147 | | `e` | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) | | 152 | | `e` | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) | |
| 148 | | `g` | geohash | -- | [12](12.md) | | 153 | | `g` | geohash | -- | [12](12.md) | |