diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
| @@ -20,6 +20,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 20 | - [NIP-16: Event Treatment](16.md) | 20 | - [NIP-16: Event Treatment](16.md) |
| 21 | - [NIP-19: bech32-encoded entities](19.md) | 21 | - [NIP-19: bech32-encoded entities](19.md) |
| 22 | - [NIP-20: Command Results](20.md) | 22 | - [NIP-20: Command Results](20.md) |
| 23 | - [NIP-21: `nostr:` URL scheme](21.md) | ||
| 23 | - [NIP-22: Event created_at Limits](22.md) | 24 | - [NIP-22: Event created_at Limits](22.md) |
| 24 | - [NIP-25: Reactions](25.md) | 25 | - [NIP-25: Reactions](25.md) |
| 25 | - [NIP-26: Delegated Event Signing](26.md) | 26 | - [NIP-26: Delegated Event Signing](26.md) |
| @@ -49,6 +50,8 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 49 | | 22242 | Client Authentication | [42](42.md) | | 50 | | 22242 | Client Authentication | [42](42.md) | |
| 50 | | 10000-19999 | Replaceable Events Reserved | [16](16.md) | | 51 | | 10000-19999 | Replaceable Events Reserved | [16](16.md) | |
| 51 | | 20000-29999 | Ephemeral Events Reserved | [16](16.md) | | 52 | | 20000-29999 | Ephemeral Events Reserved | [16](16.md) | |
| 53 | | 30000-39999 | Param. Repl. Events Reserved| [33](33.md) | | ||
| 54 | |||
| 52 | 55 | ||
| 53 | 56 | ||
| 54 | ## Message types | 57 | ## Message types |
| @@ -74,6 +77,20 @@ Please update these lists when proposing NIPs introducing new event kinds. | |||
| 74 | 77 | ||
| 75 | When experimenting with kinds, keep in mind the classification introduced by [NIP-16](16.md). | 78 | When experimenting with kinds, keep in mind the classification introduced by [NIP-16](16.md). |
| 76 | 79 | ||
| 80 | ## Standardized Tags | ||
| 81 | |||
| 82 | | name | value | other parameters | NIP | | ||
| 83 | | ---------- | ----------------------- | ----------------- | ------------------------ | | ||
| 84 | | e | event id (hex) | relay URL, marker | [1](01.md), [10](10.md) | | ||
| 85 | | p | pubkey (hex) | relay URL | [1](01.md) | | ||
| 86 | | r | a reference (URL, etc) | | [12](12.md) | | ||
| 87 | | t | hashtag | | [12](12.md) | | ||
| 88 | | g | geohash | | [12](12.md) | | ||
| 89 | | nonce | random | | [13](13.md) | | ||
| 90 | | subject | subject | | [14](14.md) | | ||
| 91 | | d | identifier | | [33](33.md) | | ||
| 92 | | expiration | unix timestamp (string) | | [40](40.md) | | ||
| 93 | |||
| 77 | ## Criteria for acceptance of NIPs | 94 | ## Criteria for acceptance of NIPs |
| 78 | 95 | ||
| 79 | 1. They should be implemented in at least two clients and one relay -- when applicable. | 96 | 1. They should be implemented in at least two clients and one relay -- when applicable. |