From 2519dffe4582b1adc2948bd1eaf083ee2ad3b58d Mon Sep 17 00:00:00 2001 From: Andrew Camilleri Date: Fri, 14 Jan 2022 17:07:08 +0100 Subject: [PATCH] fix and add NNostr client library and relay (#55) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8505f21..5023abd 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ See the [NIPs](nips) and especially [NIP-01](nips/01.md) for a reasonably-detail ## Small list of software that implement the Nostr protocol somehow ### Relays - + - [NNostr](https://github.com/Kukks/NNostr), a C# Nostr relay. - [nostr-rs-relay](https://sr.ht/~gheartsfield/nostr-rs-relay/), a minimalistic relay written in Rust that saves data on SQLite. - [Relayer Basic](https://github.com/fiatjaf/relayer/tree/master/basic), a simple relay based on _relayer_ backed by Postgres. - [rsslay](https://github.com/fiatjaf/rsslay), a bridge that puts RSS feeds into Nostr. @@ -111,9 +111,8 @@ See the [NIPs](nips) and especially [NIP-01](nips/01.md) for a reasonably-detail - [nostr-twitter](https://github.com/arcbtc/nostr), a Twitter-like UI that also implements private direct messages. ### Libraries - + - [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. - - [NNostr](https://github.com/Kukks/NNostr), a C# Nostr library. - [go-nostr](https://github.com/fiatjaf/go-nostr), a Go library that implements relay management, plus event encoding and signing utils. - [nostr-rs](https://github.com/futurepaul/nostr-rs), a Rust implementation of the nostr protocol. - [relayer](https://github.com/fiatjaf/relayer), a server framework for writing custom relays.