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!
This commit is contained in:
Tristan 2022-12-20 09:53:28 +00:00 committed by GitHub
parent c1208396f0
commit e8a043a9c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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