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:
Diffstat (limited to 'README.md')
-rw-r--r--README.md286
1 files changed, 164 insertions, 122 deletions
diff --git a/README.md b/README.md
index 1360190..91179cd 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,20 @@
1# NIPs 1# NIPs
2 2
3NIPs stand for **Nostr Implementation Possibilities**. 3NIPs stand for **Nostr Implementation Possibilities**.
4
4They exist to document what may be implemented by [Nostr](https://github.com/nostr-protocol/nostr)-compatible _relay_ and _client_ software. 5They exist to document what may be implemented by [Nostr](https://github.com/nostr-protocol/nostr)-compatible _relay_ and _client_ software.
5 6
6--- 7---
7 8
8- [List](#list) 9- [List](#list)
9- [Event Kinds](#event-kinds) 10- [Event Kinds](#event-kinds)
10 - [Event Kind Ranges](#event-kind-ranges)
11- [Message Types](#message-types) 11- [Message Types](#message-types)
12 - [Client to Relay](#client-to-relay) 12 - [Client to Relay](#client-to-relay)
13 - [Relay to Client](#relay-to-client) 13 - [Relay to Client](#relay-to-client)
14- [Standardized Tags](#standardized-tags) 14- [Standardized Tags](#standardized-tags)
15- [Criteria for acceptance of NIPs](#criteria-for-acceptance-of-nips) 15- [Criteria for acceptance of NIPs](#criteria-for-acceptance-of-nips)
16- [Is this repository a centralizing factor?](#is-this-repository-a-centralizing-factor)
17- [How this repository works](#how-this-repository-works)
16- [License](#license) 18- [License](#license)
17 19
18--- 20---
@@ -20,9 +22,9 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
20## List 22## List
21 23
22- [NIP-01: Basic protocol flow description](01.md) 24- [NIP-01: Basic protocol flow description](01.md)
23- [NIP-02: Contact List and Petnames](02.md) 25- [NIP-02: Follow List](02.md)
24- [NIP-03: OpenTimestamps Attestations for Events](03.md) 26- [NIP-03: OpenTimestamps Attestations for Events](03.md)
25- [NIP-04: Encrypted Direct Message](04.md) 27- [NIP-04: Encrypted Direct Message](04.md) --- **unrecommended**: deprecated in favor of [NIP-44](44.md)
26- [NIP-05: Mapping Nostr keys to DNS-based internet identifiers](05.md) 28- [NIP-05: Mapping Nostr keys to DNS-based internet identifiers](05.md)
27- [NIP-06: Basic key derivation from mnemonic seed phrase](06.md) 29- [NIP-06: Basic key derivation from mnemonic seed phrase](06.md)
28- [NIP-07: `window.nostr` capability for web browsers](07.md) 30- [NIP-07: `window.nostr` capability for web browsers](07.md)
@@ -30,17 +32,14 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
30- [NIP-09: Event Deletion](09.md) 32- [NIP-09: Event Deletion](09.md)
31- [NIP-10: Conventions for clients' use of `e` and `p` tags in text events](10.md) 33- [NIP-10: Conventions for clients' use of `e` and `p` tags in text events](10.md)
32- [NIP-11: Relay Information Document](11.md) 34- [NIP-11: Relay Information Document](11.md)
33- [NIP-12: Generic Tag Queries](12.md)
34- [NIP-13: Proof of Work](13.md) 35- [NIP-13: Proof of Work](13.md)
35- [NIP-14: Subject tag in text events](14.md) 36- [NIP-14: Subject tag in text events](14.md)
36- [NIP-15: Nostr Marketplace (for resilient marketplaces)](15.md) 37- [NIP-15: Nostr Marketplace (for resilient marketplaces)](15.md)
37- [NIP-16: Event Treatment](16.md)
38- [NIP-18: Reposts](18.md) 38- [NIP-18: Reposts](18.md)
39- [NIP-19: bech32-encoded entities](19.md) 39- [NIP-19: bech32-encoded entities](19.md)
40- [NIP-20: Command Results](20.md)
41- [NIP-21: `nostr:` URI scheme](21.md) 40- [NIP-21: `nostr:` URI scheme](21.md)
42- [NIP-22: Event `created_at` Limits](22.md)
43- [NIP-23: Long-form Content](23.md) 41- [NIP-23: Long-form Content](23.md)
42- [NIP-24: Extra metadata fields and tags](24.md)
44- [NIP-25: Reactions](25.md) 43- [NIP-25: Reactions](25.md)
45- [NIP-26: Delegated Event Signing](26.md) 44- [NIP-26: Delegated Event Signing](26.md)
46- [NIP-27: Text Note References](27.md) 45- [NIP-27: Text Note References](27.md)
@@ -48,84 +47,117 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
48- [NIP-30: Custom Emoji](30.md) 47- [NIP-30: Custom Emoji](30.md)
49- [NIP-31: Dealing with Unknown Events](31.md) 48- [NIP-31: Dealing with Unknown Events](31.md)
50- [NIP-32: Labeling](32.md) 49- [NIP-32: Labeling](32.md)
51- [NIP-33: Parameterized Replaceable Events](33.md)
52- [NIP-36: Sensitive Content](36.md) 50- [NIP-36: Sensitive Content](36.md)
51- [NIP-38: User Statuses](38.md)
53- [NIP-39: External Identities in Profiles](39.md) 52- [NIP-39: External Identities in Profiles](39.md)
54- [NIP-40: Expiration Timestamp](40.md) 53- [NIP-40: Expiration Timestamp](40.md)
55- [NIP-42: Authentication of clients to relays](42.md) 54- [NIP-42: Authentication of clients to relays](42.md)
55- [NIP-44: Versioned Encryption](44.md)
56- [NIP-45: Counting results](45.md) 56- [NIP-45: Counting results](45.md)
57- [NIP-46: Nostr Connect](46.md) 57- [NIP-46: Nostr Connect](46.md)
58- [NIP-47: Wallet Connect](47.md) 58- [NIP-47: Wallet Connect](47.md)
59- [NIP-50: Keywords filter](50.md) 59- [NIP-48: Proxy Tags](48.md)
60- [NIP-50: Search Capability](50.md)
60- [NIP-51: Lists](51.md) 61- [NIP-51: Lists](51.md)
62- [NIP-52: Calendar Events](52.md)
61- [NIP-53: Live Activities](53.md) 63- [NIP-53: Live Activities](53.md)
62- [NIP-56: Reporting](56.md) 64- [NIP-56: Reporting](56.md)
63- [NIP-57: Lightning Zaps](57.md) 65- [NIP-57: Lightning Zaps](57.md)
64- [NIP-58: Badges](58.md) 66- [NIP-58: Badges](58.md)
65- [NIP-65: Relay List Metadata](65.md) 67- [NIP-65: Relay List Metadata](65.md)
68- [NIP-72: Moderated Communities](72.md)
69- [NIP-75: Zap Goals](75.md)
66- [NIP-78: Application-specific data](78.md) 70- [NIP-78: Application-specific data](78.md)
71- [NIP-84: Highlights](84.md)
67- [NIP-89: Recommended Application Handlers](89.md) 72- [NIP-89: Recommended Application Handlers](89.md)
73- [NIP-90: Data Vending Machines](90.md)
68- [NIP-94: File Metadata](94.md) 74- [NIP-94: File Metadata](94.md)
75- [NIP-96: HTTP File Storage Integration](96.md)
69- [NIP-98: HTTP Auth](98.md) 76- [NIP-98: HTTP Auth](98.md)
70- [NIP-99: Classified Listings](99.md) 77- [NIP-99: Classified Listings](99.md)
71 78
72## Event Kinds 79## Event Kinds
80| kind | description | NIP |
81| ------------- | -------------------------- | ------------------------ |
82| `0` | Metadata | [01](01.md) |
83| `1` | Short Text Note | [01](01.md) |
84| `2` | Recommend Relay | 01 (deprecated) |
85| `3` | Follows | [02](02.md) |
86| `4` | Encrypted Direct Messages | [04](04.md) |
87| `5` | Event Deletion | [09](09.md) |
88| `6` | Repost | [18](18.md) |
89| `7` | Reaction | [25](25.md) |
90| `8` | Badge Award | [58](58.md) |
91| `16` | Generic Repost | [18](18.md) |
92| `40` | Channel Creation | [28](28.md) |
93| `41` | Channel Metadata | [28](28.md) |
94| `42` | Channel Message | [28](28.md) |
95| `43` | Channel Hide Message | [28](28.md) |
96| `44` | Channel Mute User | [28](28.md) |
97| `1021` | Bid | [15](15.md) |
98| `1022` | Bid confirmation | [15](15.md) |
99| `1040` | OpenTimestamps | [03](03.md) |
100| `1063` | File Metadata | [94](94.md) |
101| `1311` | Live Chat Message | [53](53.md) |
102| `1971` | Problem Tracker | [nostrocket][nostrocket] |
103| `1984` | Reporting | [56](56.md) |
104| `1985` | Label | [32](32.md) |
105| `4550` | Community Post Approval | [72](72.md) |
106| `5000`-`5999` | Job Request | [90](90.md) |
107| `6000`-`6999` | Job Result | [90](90.md) |
108| `7000` | Job Feedback | [90](90.md) |
109| `9041` | Zap Goal | [75](75.md) |
110| `9734` | Zap Request | [57](57.md) |
111| `9735` | Zap | [57](57.md) |
112| `9802` | Highlights | [84](84.md) |
113| `10000` | Mute list | [51](51.md) |
114| `10001` | Pin list | [51](51.md) |
115| `10002` | Relay List Metadata | [65](65.md) |
116| `10003` | Bookmark list | [51](51.md) |
117| `10004` | Communities list | [51](51.md) |
118| `10005` | Public chats list | [51](51.md) |
119| `10006` | Blocked relays list | [51](51.md) |
120| `10007` | Search relays list | [51](51.md) |
121| `10015` | Interests list | [51](51.md) |
122| `10030` | User emoji list | [51](51.md) |
123| `10096` | File storage server list | [96](96.md) |
124| `13194` | Wallet Info | [47](47.md) |
125| `21000` | Lightning Pub RPC | [Lightning.Pub][lnpub] |
126| `22242` | Client Authentication | [42](42.md) |
127| `23194` | Wallet Request | [47](47.md) |
128| `23195` | Wallet Response | [47](47.md) |
129| `24133` | Nostr Connect | [46](46.md) |
130| `27235` | HTTP Auth | [98](98.md) |
131| `30000` | Follow sets | [51](51.md) |
132| `30001` | Generic lists | [51](51.md) |
133| `30002` | Relay sets | [51](51.md) |
134| `30003` | Bookmark sets | [51](51.md) |
135| `30004` | Curation sets | [51](51.md) |
136| `30008` | Profile Badges | [58](58.md) |
137| `30009` | Badge Definition | [58](58.md) |
138| `30015` | Interest sets | [51](51.md) |
139| `30017` | Create or update a stall | [15](15.md) |
140| `30018` | Create or update a product | [15](15.md) |
141| `30019` | Marketplace UI/UX | [15](15.md) |
142| `30020` | Product sold as an auction | [15](15.md) |
143| `30023` | Long-form Content | [23](23.md) |
144| `30024` | Draft Long-form Content | [23](23.md) |
145| `30030` | Emoji sets | [51](51.md) |
146| `30078` | Application-specific Data | [78](78.md) |
147| `30311` | Live Event | [53](53.md) |
148| `30315` | User Statuses | [38](38.md) |
149| `30402` | Classified Listing | [99](99.md) |
150| `30403` | Draft Classified Listing | [99](99.md) |
151| `31922` | Date-Based Calendar Event | [52](52.md) |
152| `31923` | Time-Based Calendar Event | [52](52.md) |
153| `31924` | Calendar | [52](52.md) |
154| `31925` | Calendar Event RSVP | [52](52.md) |
155| `31989` | Handler recommendation | [89](89.md) |
156| `31990` | Handler information | [89](89.md) |
157| `34550` | Community Definition | [72](72.md) |
73 158
74| kind | description | NIP | 159[nostrocket]: https://github.com/nostrocket/NIPS/blob/main/Problems.md
75| ------- | -------------------------- | ----------- | 160[lnpub]: https://github.com/shocknet/Lightning.Pub/blob/master/proto/autogenerated/client.md
76| `0` | Metadata | [1](01.md) |
77| `1` | Short Text Note | [1](01.md) |
78| `2` | Recommend Relay | [1](01.md) |
79| `3` | Contacts | [2](02.md) |
80| `4` | Encrypted Direct Messages | [4](04.md) |
81| `5` | Event Deletion | [9](09.md) |
82| `6` | Repost | [18](18.md) |
83| `7` | Reaction | [25](25.md) |
84| `8` | Badge Award | [58](58.md) |
85| `16` | Generic Repost | [18](18.md) |
86| `40` | Channel Creation | [28](28.md) |
87| `41` | Channel Metadata | [28](28.md) |
88| `42` | Channel Message | [28](28.md) |
89| `43` | Channel Hide Message | [28](28.md) |
90| `44` | Channel Mute User | [28](28.md) |
91| `1063` | File Metadata | [94](94.md) |
92| `1311` | Live Chat Message | [53](53.md) |
93| `1984` | Reporting | [56](56.md) |
94| `1985` | Label | [32](32.md) |
95| `9734` | Zap Request | [57](57.md) |
96| `9735` | Zap | [57](57.md) |
97| `10000` | Mute List | [51](51.md) |
98| `10001` | Pin List | [51](51.md) |
99| `10002` | Relay List Metadata | [65](65.md) |
100| `13194` | Wallet Info | [47](47.md) |
101| `22242` | Client Authentication | [42](42.md) |
102| `23194` | Wallet Request | [47](47.md) |
103| `23195` | Wallet Response | [47](47.md) |
104| `24133` | Nostr Connect | [46](46.md) |
105| `27235` | HTTP Auth | [98](98.md) |
106| `30000` | Categorized People List | [51](51.md) |
107| `30001` | Categorized Bookmark List | [51](51.md) |
108| `30008` | Profile Badges | [58](58.md) |
109| `30009` | Badge Definition | [58](58.md) |
110| `30017` | Create or update a stall | [15](15.md) |
111| `30018` | Create or update a product | [15](15.md) |
112| `30023` | Long-form Content | [23](23.md) |
113| `30024` | Draft Long-form Content | [23](23.md) |
114| `30078` | Application-specific Data | [78](78.md) |
115| `30311` | Live Event | [53](53.md) |
116| `30402` | Classified Listing | [99](99.md) |
117| `30403` | Draft Classified Listing | [99](99.md) |
118| `31989` | Handler recommendation | [89](89.md) |
119| `31990` | Handler information | [89](89.md) |
120
121### Event Kind Ranges
122
123| range | description | NIP |
124| ---------------- | -------------------------------- | ----------- |
125| `1000`--`9999` | Regular Events | [16](16.md) |
126| `10000`--`19999` | Replaceable Events | [16](16.md) |
127| `20000`--`29999` | Ephemeral Events | [16](16.md) |
128| `30000`--`39999` | Parameterized Replaceable Events | [33](33.md) |
129 161
130## Message types 162## Message types
131 163
@@ -133,67 +165,72 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
133 165
134| type | description | NIP | 166| type | description | NIP |
135| ------- | --------------------------------------------------- | ----------- | 167| ------- | --------------------------------------------------- | ----------- |
168| `EVENT` | used to publish events | [01](01.md) |
169| `REQ` | used to request events and subscribe to new updates | [01](01.md) |
170| `CLOSE` | used to stop previous subscriptions | [01](01.md) |
136| `AUTH` | used to send authentication events | [42](42.md) | 171| `AUTH` | used to send authentication events | [42](42.md) |
137| `CLOSE` | used to stop previous subscriptions | [1](01.md) |
138| `COUNT` | used to request event counts | [45](45.md) | 172| `COUNT` | used to request event counts | [45](45.md) |
139| `EVENT` | used to publish events | [1](01.md) |
140| `REQ` | used to request events and subscribe to new updates | [1](01.md) |
141 173
142### Relay to Client 174### Relay to Client
143 175
144| type | description | NIP | 176| type | description | NIP |
145| -------- | ------------------------------------------------------- | ----------- | 177| -------- | ------------------------------------------------------- | ----------- |
178| `EOSE` | used to notify clients all stored events have been sent | [01](01.md) |
179| `EVENT` | used to send events requested to clients | [01](01.md) |
180| `NOTICE` | used to send human-readable messages to clients | [01](01.md) |
181| `OK` | used to notify clients if an EVENT was successful | [01](01.md) |
182| `CLOSED` | used to notify clients that a REQ was ended and why | [01](01.md) |
146| `AUTH` | used to send authentication challenges | [42](42.md) | 183| `AUTH` | used to send authentication challenges | [42](42.md) |
147| `COUNT` | used to send requested event counts to clients | [45](45.md) | 184| `COUNT` | used to send requested event counts to clients | [45](45.md) |
148| `EOSE` | used to notify clients all stored events have been sent | [1](01.md) |
149| `EVENT` | used to send events requested to clients | [1](01.md) |
150| `NOTICE` | used to send human-readable messages to clients | [1](01.md) |
151| `OK` | used to notify clients if an EVENT was successful | [20](20.md) |
152 185
153Please update these lists when proposing NIPs introducing new event kinds. 186Please update these lists when proposing NIPs introducing new event kinds.
154 187
155When experimenting with kinds, keep in mind the classification introduced by [NIP-16](16.md) and [NIP-33](33.md).
156
157## Standardized Tags 188## Standardized Tags
158 189
159| name | value | other parameters | NIP | 190| name | value | other parameters | NIP |
160| ----------------- | ------------------------------------ | -------------------- | ------------------------ | 191| ----------------- | ------------------------------------ | -------------------- | ------------------------------------- |
161| `a` | coordinates to an event | relay URL | [33](33.md), [23](23.md) | 192| `e` | event id (hex) | relay URL, marker | [01](01.md), [10](10.md) |
162| `alt` | Alt tag | -- | [31](31.md) | 193| `p` | pubkey (hex) | relay URL, petname | [01](01.md), [02](02.md) |
163| `d` | identifier | -- | [33](33.md) | 194| `a` | coordinates to an event | relay URL | [01](01.md) |
164| `e` | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) | 195| `d` | identifier | -- | [01](01.md) |
165| `g` | geohash | -- | [12](12.md) | 196| `g` | geohash | -- | [52](52.md) |
166| `i` | identity | proof | [39](39.md) | 197| `i` | identity | proof | [39](39.md) |
167| `k` | kind number (string) | -- | [18](18.md) | 198| `k` | kind number (string) | -- | [18](18.md), [25](25.md), [72](72.md) |
168| `l` | label, label namespace | annotations | [32](32.md) | 199| `l` | label, label namespace | annotations | [32](32.md) |
169| `L` | label namespace | -- | [32](32.md) | 200| `L` | label namespace | -- | [32](32.md) |
170| `p` | pubkey (hex) | relay URL | [1](01.md) | 201| `m` | MIME type | -- | [94](94.md) |
171| `r` | a reference (URL, etc) | -- | [12](12.md) | 202| `r` | a reference (URL, etc) | petname | |
172| `t` | hashtag | -- | [12](12.md) | 203| `r` | relay url | marker | [65](65.md) |
173| `amount` | millisats | -- | [57](57.md) | 204| `t` | hashtag | -- | |
174| `bolt11` | `bolt11` invoice | -- | [57](57.md) | 205| `alt` | summary | -- | [31](31.md) |
175| `challenge` | challenge string | -- | [42](42.md) | 206| `amount` | millisatoshis, stringified | -- | [57](57.md) |
176| `content-warning` | reason | -- | [36](36.md) | 207| `bolt11` | `bolt11` invoice | -- | [57](57.md) |
177| `delegation` | pubkey, conditions, delegation token | -- | [26](26.md) | 208| `challenge` | challenge string | -- | [42](42.md) |
178| `description` | badge description | -- | [58](58.md) | 209| `client` | name, address | relay URL | [89](89.md) |
179| `description` | invoice description | -- | [57](57.md) | 210| `content-warning` | reason | -- | [36](36.md) |
180| `emoji` | shortcode, image URL | -- | [30](30.md) | 211| `delegation` | pubkey, conditions, delegation token | -- | [26](26.md) |
181| `expiration` | unix timestamp (string) | -- | [40](40.md) | 212| `description` | invoice/badge description | -- | [57](57.md), [58](58.md) |
182| `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) | 213| `emoji` | shortcode, image URL | -- | [30](30.md) |
183| `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) | 214| `encrypted` | -- | -- | [90](90.md) |
184| `location` | location string | -- | [99](99.md) | 215| `expiration` | unix timestamp (string) | -- | [40](40.md) |
185| `name` | badge name | -- | [58](58.md) | 216| `goal` | event id (hex) | relay URL | [75](75.md) |
186| `nonce` | random | -- | [13](13.md) | 217| `image` | image URL | dimensions in pixels | [23](23.md), [58](58.md) |
187| `preimage` | hash of `bolt11` invoice | -- | [57](57.md) | 218| `lnurl` | `bech32` encoded `lnurl` | -- | [57](57.md) |
188| `price` | price | currency, frequency | [99](99.md) | 219| `location` | location string | -- | [52](52.md), [99](99.md) |
189| `published_at` | unix timestamp (string) | -- | [23](23.md) | 220| `name` | badge name | -- | [58](58.md) |
190| `relay` | relay url | -- | [42](42.md) | 221| `nonce` | random | -- | [13](13.md) |
191| `relays` | relay list | -- | [57](57.md) | 222| `preimage` | hash of `bolt11` invoice | -- | [57](57.md) |
192| `subject` | subject | -- | [14](14.md) | 223| `price` | price | currency, frequency | [99](99.md) |
193| `summary` | article summary | -- | [23](23.md) | 224| `proxy` | external ID | protocol | [48](48.md) |
194| `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) | 225| `published_at` | unix timestamp (string) | -- | [23](23.md) |
195| `title` | article title | -- | [23](23.md) | 226| `relay` | relay url | -- | [42](42.md) |
196| `zap` | profile name | type of value | [57](57.md) | 227| `relays` | relay list | -- | [57](57.md) |
228| `server` | file storage server url | -- | [96](96.md) |
229| `subject` | subject | -- | [14](14.md) |
230| `summary` | article summary | -- | [23](23.md) |
231| `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) |
232| `title` | article title | -- | [23](23.md) |
233| `zap` | pubkey (hex), relay URL | weight | [57](57.md) |
197 234
198## Criteria for acceptance of NIPs 235## Criteria for acceptance of NIPs
199 236
@@ -203,21 +240,26 @@ When experimenting with kinds, keep in mind the classification introduced by [NI
2034. There should be no more than one way of doing the same thing. 2404. There should be no more than one way of doing the same thing.
2045. Other rules will be made up when necessary. 2415. Other rules will be made up when necessary.
205 242
206## Mailing Lists 243## Is this repository a centralizing factor?
244
245To promote interoperability, we standards that everybody can follow, and we need them to define a **single way of doing each thing** without ever hurting **backwards-compatibility**, and for that purpose there is no way around getting everybody to agree on the same thing and keep a centralized index of these standards. However the fact that such index exists doesn't hurt the decentralization of Nostr. _At any point the central index can be challenged if it is failing to fulfill the needs of the protocol_ and it can migrate to other places and be maintained by other people.
246
247It can even fork into multiple and then some clients would go one way, others would go another way, and some clients would adhere to both competing standards. This would hurt the simplicity, openness and interoperability of Nostr a little, but everything would still work in the short term.
207 248
208The nostr ecosystem is getting large with many different organizations, relays 249There is a list of notable Nostr software developers who have commit access to this repository, but that exists mostly for practical reasons, as by the nature of the thing we're dealing with the repository owner can revoke membership and rewrite history as they want -- and if these actions are unjustified or perceived as bad or evil the community must react.
209and clients. Following the nips repo on github is becoming more difficult and
210noisy. To coordinate on protocol development outside of github, there are
211mailing lists where you can work on NIPs before submitting them here:
212 250
213* [w3c nostr community group][w3-nostr] - [public-nostr@w3.org][mailto-w3] - requires signup 251## How this repository works
214* [nostr-protocol google group][nostr-google-group] - [nostr-protocol@googlegroups.com][mailto-google] - no signup required
215 252
216[w3-nostr]: https://www.w3.org/community/nostr/ 253Standards may emerge in two ways: the first way is that someone starts doing something, then others copy it; the second way is that someone has an idea of a new standard that could benefit multiple clients and the protocol in general without breaking **backwards-compatibility** and the principle of having **a single way of doing things**, then they write that idea and submit it to this repository, other interested parties read it and give their feedback, then once most people reasonably agree we codify that in a NIP which client and relay developers that are interested in the feature can proceed to implement.
217[mailto-w3]: mailto:public-nostr@w3.org 254
218[nostr-google-group]: https://groups.google.com/g/nostr-protocol 255These two ways of standardizing things are supported by this repository. Although the second is preferred, an effort will be made to codify standards emerged outside this repository into NIPs that can be later referenced and easily understood and implemented by others -- but obviously as in any human system discretion may be applied when standards are considered harmful.
219[mailto-google]: mailto:nostr-protocol@googlegroups.com
220 256
221## License 257## License
222 258
223All NIPs are public domain. 259All NIPs are public domain.
260
261## Contributors
262
263<a align="center" href="https://github.com/nostr-protocol/nips/graphs/contributors">
264 <img src="https://contrib.rocks/image?repo=nostr-protocol/nips" />
265</a>