From e8a043a9c460668a071f7a98c247320d0bc2b640 Mon Sep 17 00:00:00 2001 From: Tristan Date: Tue, 20 Dec 2022 09:53:28 +0000 Subject: [PATCH] Add nostrgg/client and nostrgg/react to list I just published 2 TypeScript libraries to make it easier to develop Nostr frontends! Would love to have them featured on this awesome list! --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9408a8b..93380ba 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ them: - [nostr-ruby](https://github.com/dtonon/nostr-ruby) - a Ruby implementation of the nostr protocol - [NNostr.Client](https://github.com/Kukks/NNostr) - a C# Nostr library for use by clients - [nostr-tools](https://github.com/fiatjaf/nostr-tools) - a JavaScript client that abstracts the relay management code for use by clients +- [nostrgg/client](https://github.com/nostrgg/nostrgg-client) - a TypeScript library for the client that handles the hard stuff +- [nostrgg/react](https://github.com/nostrgg/nostrgg-react) - React Hooks for Nostr - [go-nostr](https://github.com/fiatjaf/go-nostr) - a Go library that implements relay management, plus event encoding and signing utils - [nostr_rust](https://github.com/0xtlt/nostr_rust) - Functional Rust implementation of the nostr protocol - [nostr-js](https://github.com/jb55/nostr-js) - a javascript implementation of the nostr protocol