Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmdruid/nostr-sdk
A development kit for building nostr apps.
https://github.com/cmdruid/nostr-sdk
nostr
Last synced: 6 days ago
JSON representation
A development kit for building nostr apps.
- Host: GitHub
- URL: https://github.com/cmdruid/nostr-sdk
- Owner: cmdruid
- Created: 2024-03-01T00:14:49.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-05T23:07:37.000Z (8 months ago)
- Last Synced: 2024-10-28T14:55:49.029Z (18 days ago)
- Topics: nostr
- Language: TypeScript
- Homepage: https://cmdruid.github.io/nostr-sdk
- Size: 300 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nostr-sdk
A light development kit for building apps on nostr.
Features Include:
* `NostrSocket` A basic socket for querying, subscribing, and publishing to a relay.
* `NostrSub` A subscription handler for listening and managing subscriptions.
* `NostrChannel` An encrypted tunnel for communicating messages between peers.
* `NostrStore` An encrypted store for sharing a collaborative state between peers.
* `NostrRoom` A combo of `NostrChannel` and `NostrStore` for interactive rooms.This project is under development. More documentation is planned!