mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-09 21:29:06 -05:00
docs: add refs for nostr-protocol organization
Signed-off-by: dzdidi <deniszalessky@gmail.com>
This commit is contained in:
parent
36b9f628c7
commit
5bd00f9107
29
README.md
29
README.md
|
@ -1,6 +1,6 @@
|
||||||
# [nostr-rs-relay](https://git.sr.ht/~gheartsfield/nostr-rs-relay)
|
# [nostr-rs-relay](https://git.sr.ht/~gheartsfield/nostr-rs-relay)
|
||||||
|
|
||||||
This is a [nostr](https://github.com/fiatjaf/nostr) relay, written in
|
This is a [nostr](https://github.com/nostr-protocol/nostr) relay, written in
|
||||||
Rust. It currently supports the entire relay protocol, and has a
|
Rust. It currently supports the entire relay protocol, and has a
|
||||||
SQLite persistence layer.
|
SQLite persistence layer.
|
||||||
|
|
||||||
|
@ -12,20 +12,21 @@ mirrored on [GitHub](https://github.com/scsibug/nostr-rs-relay).
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
NIPs with a relay-specific implementation are listed here.
|
[NIPs](https://github.com/nostr-protocol/nips) with a relay-specific implementation are listed here.
|
||||||
|
|
||||||
- [x] NIP-01: Core event model
|
- [x] NIP-01: [Basic protocol flow description](https://github.com/nostr-protocol/nips/blob/master/01.md)
|
||||||
- [x] NIP-01: Hide old metadata events
|
* Core event model
|
||||||
- [x] NIP-01: Id/Author prefix search
|
* Hide old metadata events
|
||||||
- [x] NIP-02: Hide old contact list events
|
* Id/Author prefix search
|
||||||
- [ ] NIP-03: OpenTimestamps
|
- [x] NIP-02: [Contact List and Petnames](https://github.com/nostr-protocol/nips/blob/master/02.md)
|
||||||
- [x] NIP-05: Mapping Nostr keys to DNS identifiers
|
- [ ] NIP-03: [OpenTimestamps Attestations for Events](https://github.com/nostr-protocol/nips/blob/master/03.md)
|
||||||
- [x] NIP-09: Event deletion
|
- [x] NIP-05: [Mapping Nostr keys to DNS-based internet identifiers](https://github.com/nostr-protocol/nips/blob/master/05.md)
|
||||||
- [x] NIP-11: Relay information document
|
- [x] NIP-09: [Event Deletion](https://github.com/nostr-protocol/nips/blob/master/09.md)
|
||||||
- [x] NIP-12: Generic tag search
|
- [x] NIP-11: [Relay Information Document](https://github.com/nostr-protocol/nips/blob/master/11.md)
|
||||||
- [x] NIP-15: End of stored events notice
|
- [x] NIP-12: [Generic Tag Queries](https://github.com/nostr-protocol/nips/blob/master/12.md)
|
||||||
- [x] NIP-16: Replaceable and ephemeral events
|
- [x] NIP-15: [End of Stored Events Notice](https://github.com/nostr-protocol/nips/blob/master/15.md)
|
||||||
- [x] NIP-22: Event `created_at` limits (_future-dated events only_)
|
- [x] NIP-16: [Event Treatment](https://github.com/nostr-protocol/nips/blob/master/16.md)
|
||||||
|
- [x] NIP-22: [Event `created_at` limits (_future-dated events only_)](https://github.com/nostr-protocol/nips/blob/master/22.md)
|
||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user