diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -24,3 +24,13 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 24 | | 5 | Event Deletion | 9 | | 24 | | 5 | Event Deletion | 9 | |
| 25 | 25 | ||
| 26 | Please update this list when proposing NIPs introducing new event kinds. | 26 | Please update this list when proposing NIPs introducing new event kinds. |
| 27 | |||
| 28 | ## Criteria for acceptance of NIPs | ||
| 29 | |||
| 30 | 1. They should be implemented somewhere at least as a prototype somewhere. | ||
| 31 | 2. They should make sense. | ||
| 32 | 3. Other rules will be made up when necessary. | ||
| 33 | |||
| 34 | ## License | ||
| 35 | |||
| 36 | All NIPs are public domain. | ||