mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Extract kind ranges to their own table
This commit is contained in:
parent
c29812001a
commit
3eb2d6e816
13
README.md
13
README.md
|
@ -74,10 +74,15 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
|
||||||
| 30009 | Badge Definition | [58](58.md) |
|
| 30009 | Badge Definition | [58](58.md) |
|
||||||
| 30023 | Long-form Content | [23](23.md) |
|
| 30023 | Long-form Content | [23](23.md) |
|
||||||
| 30078 | Application-specific Data | [78](78.md) |
|
| 30078 | Application-specific Data | [78](78.md) |
|
||||||
| 1000-9999 | Regular Events | [16](16.md) |
|
|
||||||
| 10000-19999 | Replaceable Events | [16](16.md) |
|
### Event Kind Ranges
|
||||||
| 20000-29999 | Ephemeral Events | [16](16.md) |
|
|
||||||
| 30000-39999 | Parameterized Replaceable Events | [33](33.md) |
|
| range | description | NIP |
|
||||||
|
| ---------------- | -------------------------------- | ----------- |
|
||||||
|
| `1000`--`9999` | Regular Events | [16](16.md) |
|
||||||
|
| `10000`--`19999` | Replaceable Events | [16](16.md) |
|
||||||
|
| `20000`--`29999` | Ephemeral Events | [16](16.md) |
|
||||||
|
| `30000`--`39999` | Parameterized Replaceable Events | [33](33.md) |
|
||||||
|
|
||||||
## Message types
|
## Message types
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user