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:
authorfiatjaf <fiatjaf@gmail.com>2023-02-13 08:42:47 -0300
committerGitHub <noreply@github.com>2023-02-13 08:42:47 -0300
commita85067ec68f73ad72780dd2fba445bcaa1f5cba3 (patch)
treeb55736d9ea30bca59ef73db461cf8aaf87bb1bb1 /README.md
parente91f8f22216a6a7059d5cb8670bb7a93693caa04 (diff)
parent17ffd3ee4efa33c3f6abb4304d1c4dd998efc523 (diff)
Merge branch 'master' into longform
Diffstat (limited to 'README.md')
-rw-r--r--README.md49
1 files changed, 28 insertions, 21 deletions
diff --git a/README.md b/README.md
index 0115e68..42cbc0c 100644
--- a/README.md
+++ b/README.md
@@ -30,29 +30,36 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh
30- [NIP-40: Expiration Timestamp](40.md) 30- [NIP-40: Expiration Timestamp](40.md)
31- [NIP-42: Authentication of clients to relays](42.md) 31- [NIP-42: Authentication of clients to relays](42.md)
32- [NIP-50: Keywords filter](50.md) 32- [NIP-50: Keywords filter](50.md)
33- [NIP-57: Lightning Zaps](57.md)
34- [NIP-56: Reporting](56.md)
35- [NIP-65: Relay List Metadata](65.md)
33 36
34## Event Kinds 37## Event Kinds
35 38| kind | description | NIP |
36| kind | description | NIP | 39| ------------- | -------------------------------- | ----------------------- |
37|-------------|-----------------------------|------------------------| 40| 0 | Metadata | [1](01.md), [5](05.md) |
38| 0 | Metadata | [1](01.md), [5](05.md) | 41| 1 | Short Text Note | [1](01.md) |
39| 1 | Text | [1](01.md) | 42| 2 | Recommend Relay | [1](01.md) |
40| 2 | Recommend Relay | [1](01.md) | 43| 3 | Contacts | [2](02.md) |
41| 3 | Contacts | [2](02.md) | 44| 4 | Encrypted Direct Messages | [4](04.md) |
42| 4 | Encrypted Direct Messages | [4](04.md) | 45| 5 | Event Deletion | [9](09.md) |
43| 5 | Event Deletion | [9](09.md) | 46| 7 | Reaction | [25](25.md) |
44| 30023 | Long-form Content | [23](23.md) | 47| 40 | Channel Creation | [28](28.md) |
45| 7 | Reaction | [25](25.md) | 48| 41 | Channel Metadata | [28](28.md) |
46| 40 | Channel Creation | [28](28.md) | 49| 42 | Channel Message | [28](28.md) |
47| 41 | Channel Metadata | [28](28.md) | 50| 43 | Channel Hide Message | [28](28.md) |
48| 42 | Channel Message | [28](28.md) | 51| 44 | Channel Mute User | [28](28.md) |
49| 43 | Channel Hide Message | [28](28.md) | 52| 45-49 | Public Chat Reserved | [28](28.md) |
50| 44 | Channel Mute User | [28](28.md) | 53| 1984 | Reporting | [56](56.md) |
51| 45-49 | Public Chat Reserved | [28](28.md) | 54| 9734 | Zap Request | [57](57.md) |
52| 22242 | Client Authentication | [42](42.md) | 55| 9735 | Zap | [57](57.md) |
53| 10000-19999 | Replaceable Events Reserved | [16](16.md) | 56| 10002 | Relay List Metadata | [65](65.md) |
54| 20000-29999 | Ephemeral Events Reserved | [16](16.md) | 57| 22242 | Client Authentication | [42](42.md) |
55| 30000-39999 | Param. Repl. Events Reserved| [33](33.md) | 58| 30023 | Long-form Content | [23](23.md) |
59| 1000-9999 | Regular Events | [16](16.md) |
60| 10000-19999 | Replaceable Events | [16](16.md) |
61| 20000-29999 | Ephemeral Events | [16](16.md) |
62| 30000-39999 | Parameterized Replaceable Events | [33](33.md) |
56 63
57 64
58 65