yes I don't like go-nostr either. In the future all of my project will migrate to a minimal library.
Where can I check your work?
Thread
Login to reply
Replies (1)
I'm trying to take a different path with my Nostr library stack. So far I've done the consensus layer for the Nostr protocol (roots) and the websocket message schema (roots-ws) in both go and typescript. And I'm working on the basic messaging library (honeybee). And as you need advanced features, the goal is to place them in separate libraries. And then you compose the parts you need into an app.

GitHub
GitHub - wisehodl/go-roots: Mirror: Nostr Core Protocol Library (Golang)
Mirror: Nostr Core Protocol Library (Golang). Contribute to wisehodl/go-roots development by creating an account on GitHub.
GitHub
GitHub - wisehodl/go-roots-ws: MIRROR: Nostr Websockets Data-Transport Core Library written in Golang
MIRROR: Nostr Websockets Data-Transport Core Library written in Golang - GitHub - wisehodl/go-roots-ws: MIRROR: Nostr Websockets Data-Transport Co...