diff --git a/packages/nostr/.prettierignore b/packages/nostr/.prettierignore new file mode 100644 index 00000000..77731f20 --- /dev/null +++ b/packages/nostr/.prettierignore @@ -0,0 +1,2 @@ +dist/ +src/legacy diff --git a/packages/nostr/README.md b/packages/nostr/README.md index 62684ccc..edfadc2f 100644 --- a/packages/nostr/README.md +++ b/packages/nostr/README.md @@ -11,26 +11,26 @@ and tested against a real-world relay implementation. _Progress: 8/34 (23%)._ -- [X] NIP-01: Basic protocol flow description -- [X] NIP-02: Contact List and Petnames +- [x] NIP-01: Basic protocol flow description +- [x] NIP-02: Contact List and Petnames - [ ] NIP-03: OpenTimestamps Attestations for Events -- [X] NIP-04: Encrypted Direct Message -- [X] NIP-05: Mapping Nostr keys to DNS-based internet identifiers +- [x] NIP-04: Encrypted Direct Message +- [x] NIP-05: Mapping Nostr keys to DNS-based internet identifiers - [ ] NIP-06: Basic key derivation from mnemonic seed phrase - [ ] NIP-07: window.nostr capability for web browsers - [ ] NIP-09: Event Deletion - [ ] NIP-10: Conventions for clients' use of `e` and `p` tags in text events - TODO Check if this applies -- [X] NIP-11: Relay Information Document -- [X] NIP-12: Generic Tag Queries +- [x] NIP-11: Relay Information Document +- [x] NIP-12: Generic Tag Queries - [ ] NIP-13: Proof of Work - [ ] NIP-14: Subject tag in text events -- [X] NIP-15: End of Stored Events Notice +- [x] NIP-15: End of Stored Events Notice - [ ] NIP-19: bech32-encoded entities - - [X] `npub` - - [X] `nsec` + - [x] `npub` + - [x] `nsec` - [ ] `note`, `nprofile`, `nevent`, `nrelay`, `naddr` -- [X] NIP-20: Command Results +- [x] NIP-20: Command Results - [ ] NIP-21: `nostr:` URL scheme - [ ] NIP-23: Long-form Content - [ ] NIP-25: Reactions