@cmdcode/nostr-sdk
v0.1.6
Published
A development kit for building nostr apps.
Downloads
17
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 ofNostrChannel
andNostrStore
for interactive rooms.
This project is under development. More documentation is planned!