Skip to content

README: Add NIP-05 and NIP-44 to the Supported NIPs List #516

Description

@cameri

The README lists supported NIPs, but is missing NIP-05 (Nostr Identity Verification) and NIP-44 (Encrypted Direct Messages), both of which are now implemented in the codebase:

  • NIP-05: Identity verification is implemented in src/utils/nip05.ts and throughout the codebase (database, event handlers, maintenance-worker, etc).
  • NIP-44: Encrypted direct messages and payload format validation are in src/utils/nip44.ts and used for gift wrap events (kind 1059).

Please update the README's Features section to add these NIPs. This will help users and contributors be aware of all protocol features currently supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions