upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSemisol <hi@semisol.dev>2023-03-27 19:40:08 +0300
committerSemisol <hi@semisol.dev>2023-03-27 19:40:08 +0300
commitb474a29b3ac17afabb4e2d34ad9624abe4e70c3f (patch)
treefbd60594f30c26d78c0f5297cf9ea62af31ed303 /README.md
parent133faa07636fff9f8e91c69cb9e3a5cce459b241 (diff)
Add event kind ranges tablesemisol-event-treatment-changes
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9390916..1f6206c 100644
--- a/README.md
+++ b/README.md
@@ -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 |