diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -28,6 +28,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 28 | - [NIP-26: Delegated Event Signing](26.md) | 28 | - [NIP-26: Delegated Event Signing](26.md) |
| 29 | - [NIP-27: Text Note References](27.md) | 29 | - [NIP-27: Text Note References](27.md) |
| 30 | - [NIP-28: Public Chat](28.md) | 30 | - [NIP-28: Public Chat](28.md) |
| 31 | - [NIP-30: Event Copy](30.md) | ||
| 31 | - [NIP-33: Parameterized Replaceable Events](33.md) | 32 | - [NIP-33: Parameterized Replaceable Events](33.md) |
| 32 | - [NIP-36: Sensitive Content](36.md) | 33 | - [NIP-36: Sensitive Content](36.md) |
| 33 | - [NIP-39: External Identities in Profiles](39.md) | 34 | - [NIP-39: External Identities in Profiles](39.md) |
| @@ -55,6 +56,7 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 55 | | 6 | Reposts | [18](18.md) | | 56 | | 6 | Reposts | [18](18.md) | |
| 56 | | 7 | Reaction | [25](25.md) | | 57 | | 7 | Reaction | [25](25.md) | |
| 57 | | 8 | Badge Award | [58](58.md) | | 58 | | 8 | Badge Award | [58](58.md) | |
| 59 | | 9 | Event Copy | [30](30.md) | | ||
| 58 | | 40 | Channel Creation | [28](28.md) | | 60 | | 40 | Channel Creation | [28](28.md) | |
| 59 | | 41 | Channel Metadata | [28](28.md) | | 61 | | 41 | Channel Metadata | [28](28.md) | |
| 60 | | 42 | Channel Message | [28](28.md) | | 62 | | 42 | Channel Message | [28](28.md) | |
| @@ -114,6 +116,7 @@ When experimenting with kinds, keep in mind the classification introduced by [NI | |||
| 114 | | g | geohash | | [12](12.md) | | 116 | | g | geohash | | [12](12.md) | |
| 115 | | nonce | random | | [13](13.md) | | 117 | | nonce | random | | [13](13.md) | |
| 116 | | subject | subject | | [14](14.md) | | 118 | | subject | subject | | [14](14.md) | |
| 119 | | k | referenced event kind | | [30](30.md) | | ||
| 117 | | d | identifier | | [33](33.md) | | 120 | | d | identifier | | [33](33.md) | |
| 118 | | expiration | unix timestamp (string) | | [40](40.md) | | 121 | | expiration | unix timestamp (string) | | [40](40.md) | |
| 119 | 122 | ||