From b15f95b8fa682b85c4619ac97a365aaedf8560f1 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 20 Jun 2022 09:17:19 -0700 Subject: [PATCH] clients: add damus Signed-off-by: William Casarin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc1940a..92a9380 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ nostr is an open protocol for censorship-resistant global networks created by [@ - [nvote](https://github.com/rdbell/nvote), Nvote is a decentralized, vote-driven community similar to services like Reddit and HackerNews. Nvote is powered by nostr. - [vanilla-js-nostr](https://github.com/supertestnet/vanilla-js-nostr), A demo of posting and viewing a feed in nostr using vanilla javascript. - [astral](https://github.com/monlovesmango/astral), branle fork with global feed and UI makeover. + - [damus](https://github.com/damus-io/damus), a twitter-like nostr client for iOS and MacOS. ### Libraries - [NNostr.Client](https://github.com/Kukks/NNostr), a C# Nostr library for use by clients.