diff options
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -201,6 +201,21 @@ When experimenting with kinds, keep in mind the classification introduced by [NI | |||
| 201 | 4. There should be no more than one way of doing the same thing. | 201 | 4. There should be no more than one way of doing the same thing. |
| 202 | 5. Other rules will be made up when necessary. | 202 | 5. Other rules will be made up when necessary. |
| 203 | 203 | ||
| 204 | ## Mailing Lists | ||
| 205 | |||
| 206 | The nostr ecosystem is getting large with many different organizations, relays | ||
| 207 | and clients. Following the nips repo on github is becoming more difficult and | ||
| 208 | noisy. To coordinate on protocol development outside of github, there are | ||
| 209 | mailing lists where you can work on NIPs before submitting them here: | ||
| 210 | |||
| 211 | * [w3c nostr community group][w3-nostr] - [public-nostr@w3.org][mailto-w3] - requires signup | ||
| 212 | * [nostr-protocol google group][nostr-google-group] - [nostr-protocol@googlegroups.com][mailto-google] - no signup required | ||
| 213 | |||
| 214 | [w3-nostr]: https://www.w3.org/community/nostr/ | ||
| 215 | [mailto-w3]: mailto:public-nostr@w3.org | ||
| 216 | [nostr-google-group]: https://groups.google.com/g/nostr-protocol | ||
| 217 | [mailto-google]: mailto:nostr-protocol@googlegroups.com | ||
| 218 | |||
| 204 | ## License | 219 | ## License |
| 205 | 220 | ||
| 206 | All NIPs are public domain. | 221 | All NIPs are public domain. |