From b6c305c3d1ee92849cb110657fb9e956b783b15c Mon Sep 17 00:00:00 2001 From: Daniele Tonon Date: Mon, 19 Dec 2022 11:29:27 +0100 Subject: [PATCH] Add nostr-ruby to the libraries section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1edf9df..a65dc83 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ them: - Feature [comparison of Nostr clients as of mid-2022](https://github.com/vishalxl/Nostr-Clients-Features-List) ## Libraries +- [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 - [go-nostr](https://github.com/fiatjaf/go-nostr) - a Go library that implements relay management, plus event encoding and signing utils