reword readme a little bit.

This commit is contained in:
fiatjaf
2026-01-13 13:17:07 -03:00
parent 455d7fcefe
commit 8af7042f95

View File

@@ -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 better types and features. This is a new, much improved in all aspects, version of [go-nostr](https://github.com/nbd-wtf/go-nostr).
## Installation ## Installation
@@ -18,3 +18,4 @@ go get fiatjaf.com/nostr
- **khatru/grasp**: Plugin for a Khatru server that adds Grasp server support - **khatru/grasp**: Plugin for a Khatru server that adds Grasp server support
- **sdk**: Client SDK with caching, data loading, and outbox relay management - **sdk**: Client SDK with caching, data loading, and outbox relay management
- **keyer**: Key and bunker management utilities - **keyer**: Key and bunker management utilities
- NIP-specific libraries with helpers and other things for many NIPs and related stuff, including blossom, negentropy and cashu mini-libraries.