diff options
| -rw-r--r-- | README.md | 15 |
1 files changed, 10 insertions, 5 deletions
| @@ -72,12 +72,17 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 72 | | 30009 | Badge Definition | [58](58.md) | | 72 | | 30009 | Badge Definition | [58](58.md) | |
| 73 | | 30023 | Long-form Content | [23](23.md) | | 73 | | 30023 | Long-form Content | [23](23.md) | |
| 74 | | 30078 | Application-specific Data | [78](78.md) | | 74 | | 30078 | Application-specific Data | [78](78.md) | |
| 75 | | 1000-9999 | Regular Events | [16](16.md) | | ||
| 76 | | 10000-19999 | Replaceable Events | [16](16.md) | | ||
| 77 | | 20000-29999 | Ephemeral Events | [16](16.md) | | ||
| 78 | | 30000-39999 | Parameterized Replaceable Events | [33](33.md) | | ||
| 79 | 75 | ||
| 80 | ## Message types | 76 | ### Event Kind Ranges |
| 77 | |||
| 78 | | kind | description | NIP | | ||
| 79 | | -------------- | -------------------------------- | ----------- | | ||
| 80 | | 1000-9999 | Regular Events | [16](16.md) | | ||
| 81 | | 10000-19999 | Replaceable Events | [16](16.md) | | ||
| 82 | | 20000-29999 | Ephemeral Events | [16](16.md) | | ||
| 83 | | 30000-39999 | Parameterized Replaceable Events | [33](33.md) | | ||
| 84 | |||
| 85 | ## Message Types | ||
| 81 | 86 | ||
| 82 | ### Client to Relay | 87 | ### Client to Relay |
| 83 | | type | description | NIP | | 88 | | type | description | NIP | |