Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!