aboutsummaryrefslogtreecommitdiff

NostrSDK

C++ System Development Kit for Nostr

Feature Roadmap

Basic Nostr Client Support

  • [x] Write to relays via WebSocket.
  • [ ] Read from relays via WebSocket.
  • [ ] Sign events via remote signer as per NIP-46.
  • [ ] Derive keypairs according to NIP-06.
  • [ ] Implement NIP-01 kinds, tags, and messages.

Value-for-Value

Metadata Handling

Additional Social Interactions

Authentication and Security

Builds and Integrations

  • [ ] Dockerize the build process for Windows, Linux, and macOS targets.
  • [ ] Define gRPC interfaces for cross-language client support.