From f7fac9e96c459df06d992e5a3fdab92e9742c11f Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Thu, 3 Feb 2022 13:10:13 +0100 Subject: [PATCH] adding hanostr --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5e59d9..d94b292 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ nostr is an open protocol for censorship-resistant global networks created by [@ - [noscl](https://github.com/fiatjaf/noscl), a basic command-line client written in Go. - [loquaz](https://github.com/emeceve/loquaz), a desktop app written in Rust for direct encrypted chat. - [chastr](https://github.com/dolu89/chastr), a mobile directed encrypted chat app written in Xamarin. + - [hanostr](https://github.com/prolic/hanostr), nostr client desktop app written in haskel. ### Libraries - [NNostr.Client](https://github.com/Kukks/NNostr), a C# Nostr library for use by clients.