improve readme.
This commit is contained in:
13
README.md
13
README.md
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
A comprehensive Go library for the Nostr protocol, providing everything needed to build relays, clients, or hybrid applications.
|
A comprehensive Go library for the Nostr protocol, providing everything needed to build relays, clients, or hybrid applications.
|
||||||
|
|
||||||
This is a fork of [go-nostr](https://github.com/nbd-wtf/go-nostr) with enhanced types, additional features, and extensive NIP support.
|
This is a fork of [go-nostr](https://github.com/nbd-wtf/go-nostr) with better types and features.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -12,8 +12,9 @@ go get fiatjaf.com/nostr
|
|||||||
|
|
||||||
## Components
|
## Components
|
||||||
|
|
||||||
- **eventstore**: Pluggable storage backends (Bluge, BoltDB, LMDB, in-memory, nullstore)
|
- **eventstore**: Pluggable storage backends (Bluge, BoltDB, LMDB, in-memory, MMM)
|
||||||
- **khatru**: Relay framework for building Nostr relays
|
- **khatru**: Flexible framework for building Nostr relays
|
||||||
- **sdk**: Client SDK with caching, data loading, and relay management
|
- **khatru/blossom**: Plugin for a Khatru server that adds flexible Blossom server support
|
||||||
- **keyer**: Key management utilities
|
- **khatru/grasp**: Plugin for a Khatru server that adds Grasp server support
|
||||||
- **NIPs**: Implementations for NIPs 4-94, covering encryption, metadata, relays, and more
|
- **sdk**: Client SDK with caching, data loading, and outbox relay management
|
||||||
|
- **keyer**: Key and bunker management utilities
|
||||||
|
|||||||
Reference in New Issue
Block a user