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:
authorMariano Pérez Rodríguez <mariano.perez.rodriguez@gmail.com>2023-04-13 19:29:39 -0300
committerfiatjaf_ <fiatjaf@gmail.com>2023-04-14 09:21:04 -0300
commit3eb2d6e816cac7ff4a623133b1fef3c1872a2510 (patch)
tree3ebed5097289132b3daf5a64c2501caf3c4c1c27 /README.md
parentc29812001ae3b14aba1e3a913ce09e7c2fd8736f (diff)
Extract kind ranges to their own table
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index 669ae3e..b78f9dc 100644
--- a/README.md
+++ b/README.md
@@ -74,10 +74,15 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
74| 30009 | Badge Definition | [58](58.md) | 74| 30009 | Badge Definition | [58](58.md) |
75| 30023 | Long-form Content | [23](23.md) | 75| 30023 | Long-form Content | [23](23.md) |
76| 30078 | Application-specific Data | [78](78.md) | 76| 30078 | Application-specific Data | [78](78.md) |
77| 1000-9999 | Regular Events | [16](16.md) | 77
78| 10000-19999 | Replaceable Events | [16](16.md) | 78### Event Kind Ranges
79| 20000-29999 | Ephemeral Events | [16](16.md) | 79
80| 30000-39999 | Parameterized Replaceable Events | [33](33.md) | 80| range | description | NIP |
81| ---------------- | -------------------------------- | ----------- |
82| `1000`--`9999` | Regular Events | [16](16.md) |
83| `10000`--`19999` | Replaceable Events | [16](16.md) |
84| `20000`--`29999` | Ephemeral Events | [16](16.md) |
85| `30000`--`39999` | Parameterized Replaceable Events | [33](33.md) |
81 86
82## Message types 87## Message types
83 88