blob: 078ccf6c5879ba1eefe9a2becc496f10460e9136 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# NIPS to implement
- NIP-2 for follow lists
- NIP-25 for reactions
- NIP-17 for private DMs
https://github.com/nostr-protocol/nips/blob/master/17.md
- NIP-10 for mentions and replies
- NIP-18 for Quotes and RTs
- NIP-57 lightning zaps
# Relay discovery
https://nostr.watch/
# Tag specs
https://nostr-nips.com/#standardized-tags
- 'e' for event,
- 'p' for people,
- 't' for hashtag
- 'r' for relays
- 'd' for identifier # wtf?
- 'm' for mime type
- 'a' for event coordinates
- 'g' for geohash
|