From 506ef946a68b5073532eab8c5842bad7b6047ab0 Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Sat, 21 Jan 2023 20:15:49 +0700 Subject: [PATCH] Add the nostr Ruby gem --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5dee83..277a2d4 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ them: ## Libraries - [nostr-ruby](https://github.com/dtonon/nostr-ruby)![stars](https://img.shields.io/github/stars/dtonon/nostr-ruby.svg?style=social) - a Ruby implementation of the nostr protocol +- [nostr](https://github.com/wilsonsilva/nostr)![stars](https://img.shields.io/github/stars/wilsonsilva/nostr.svg?style=social) - a Ruby Nostr gem for use by clients - [NNostr.Client](https://github.com/Kukks/NNostr)![stars](https://img.shields.io/github/stars/Kukks/NNostr.svg?style=social) - a C# Nostr library for use by clients - [nostr-tools](https://github.com/fiatjaf/nostr-tools)![stars](https://img.shields.io/github/stars/fiatjaf/nostr-tools.svg?style=social) - a JavaScript client that abstracts the relay management code for use by clients - [nostr-relaypool-ts](https://github.com/adamritter/nostr-relaypool-ts)![stars](https://img.shields.io/github/stars/adamritter/nostr-relaypool-ts.svg?style=social) - a TypeScript relay pool library on top of nostr-tools that simplifies handling subscriptions to multiple servers