From e8fba0f13abca6b27bea919338bd97c91b2701d3 Mon Sep 17 00:00:00 2001 From: frnandu Date: Thu, 10 Oct 2024 17:33:49 +0200 Subject: [PATCH 1/5] add dart NDK & Yana --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9e62766..a6e51d8 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ Websites with lists of relays and their performance/health: - [Locus](https://github.com/Myzel394/locus)![stars](https://img.shields.io/github/stars/Myzel394/locus.svg?style=social) - Share your location end-to-end encrypted on decentralized servers using Nostr. - [Wherostr](https://github.com/mapboss/wherostr_social)![stars](https://img.shields.io/github/stars/mapboss/wherostr_social.svg?style=social) - A decentralized geo-social for iOS & Android. - [Anonostr](https://github.com/Spl0itable/Anonostr)![stars](https://img.shields.io/github/stars/Spl0itable/anonostr.svg?style=social) - Anonostr allows users to send anonymous notes to the Nostr network without revealing their identity. For each note submission, the app generates a new key pair, sends the note through select relays, and then securely burns the key pair. It supports tagging, threading, quoting, and replying to existing notes. +- [Yana](https://yana.do) - Yana is a nostr client focused on performance in slower devices and modularity of features. ### Nostr Marketplace clients (NIP-15 & NIP-99) @@ -333,6 +334,7 @@ Websites with lists of relays and their performance/health: - [rx-nostr](https://github.com/penpenpng/rx-nostr)![stars](https://img.shields.io/github/stars/penpenpng/rx-nostr.svg?style=social) - Supports high quality and flexible communication with multiple Nostr relays. - [nostr-spring-boot-starter](https://github.com/theborakompanioni/nostr-spring-boot-starter)![stars](https://img.shields.io/github/stars/theborakompanioni/nostr-spring-boot-starter.svg?style=social) - Spring boot starter projects for building Nostr applications. - [mostro-core](https://github.com/MostroP2P/mostro-core) ![stars](https://img.shields.io/github/stars/MostroP2P/mostro-core.svg?style=social) - common types used by mostro and clients (WIP) +- [dart NDK](https://github.com/relaystr/ndk) ![stars](https://img.shields.io/github/stars/relaystr/ndk.svg?style=social) - Nostr Development Kit for dart applications ## Bridges and Gateways @@ -546,6 +548,8 @@ Clients (apps using NWC to access a LN wallet) - [Nostrmo](https://github.com/haorendashu/nostrmo)![stars](https://img.shields.io/github/stars/haorendashu/nostrmo.svg?style=social) - A flutter nostr client for Android, IOS, MacOS, Windows, Web and Linux. - [Spring Browser](https://spring.site) - Nostr-focused browser app for Android. - [YakiHonne](https://yakihonne.com/yakihonne-mobile-app) - iOS and Android app +- [Yana](https://yana.do) - Yana is a nostr client focused on performance in slower devices and modularity of features. +- [Alby Go](https://albygo.com) - A simple lightning mobile wallet interface that works great with Alby Hub. Endpoints (services or apps that expose a LN wallet via NWC) From bd0dd598269a7e8e838f15dca492938b17b60044 Mon Sep 17 00:00:00 2001 From: Asai Toshiya Date: Sat, 12 Oct 2024 14:59:02 +0900 Subject: [PATCH 2/5] Add GitHub repo and stars to Yana --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a819df..69cbb16 100644 --- a/README.md +++ b/README.md @@ -260,7 +260,8 @@ Websites with lists of relays and their performance/health: - [Locus](https://github.com/Myzel394/locus)![stars](https://img.shields.io/github/stars/Myzel394/locus.svg?style=social) - Share your location end-to-end encrypted on decentralized servers using Nostr. - [Wherostr](https://github.com/mapboss/wherostr_social)![stars](https://img.shields.io/github/stars/mapboss/wherostr_social.svg?style=social) - A decentralized geo-social for iOS & Android. - [Anonostr](https://github.com/Spl0itable/Anonostr)![stars](https://img.shields.io/github/stars/Spl0itable/anonostr.svg?style=social) - Anonostr allows users to send anonymous notes to the Nostr network without revealing their identity. For each note submission, the app generates a new key pair, sends the note through select relays, and then securely burns the key pair. It supports tagging, threading, quoting, and replying to existing notes. -- [Yana](https://yana.do) - Yana is a nostr client focused on performance in slower devices and modularity of features. +- [Yana](https://github.com/frnandu/yana)![stars](https://img.shields.io/github/stars/frnandu/yana.svg?style=social) - Yana is a nostr client focused on performance in slower devices and modularity of features. + - [yana.do](https://yana.do) ### Nostr Marketplace clients (NIP-15 & NIP-99) @@ -549,7 +550,8 @@ Clients (apps using NWC to access a LN wallet) - [Nostrmo](https://github.com/haorendashu/nostrmo)![stars](https://img.shields.io/github/stars/haorendashu/nostrmo.svg?style=social) - A flutter nostr client for Android, IOS, MacOS, Windows, Web and Linux. - [Spring Browser](https://spring.site) - Nostr-focused browser app for Android. - [YakiHonne](https://yakihonne.com/yakihonne-mobile-app) - iOS and Android app -- [Yana](https://yana.do) - Yana is a nostr client focused on performance in slower devices and modularity of features. +- [Yana](https://github.com/frnandu/yana)![stars](https://img.shields.io/github/stars/frnandu/yana.svg?style=social) - Yana is a nostr client focused on performance in slower devices and modularity of features. + - [yana.do](https://yana.do) - [Alby Go](https://albygo.com) - A simple lightning mobile wallet interface that works great with Alby Hub. Endpoints (services or apps that expose a LN wallet via NWC) From b5d82d1a005ac8e4b975c65fc1f0254f40410700 Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Sun, 13 Oct 2024 19:49:15 +1100 Subject: [PATCH 3/5] Add link to nostrdice app Nostrdice recently launched a webapp: a simple nostrclient. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a819df..7b727b9 100644 --- a/README.md +++ b/README.md @@ -608,7 +608,8 @@ Endpoints (services or apps that expose a LN wallet via NWC) ## Games on Nostr -- [NostrDice](https://github.com/NostrDice/nostrdice)![stars](https://img.shields.io/github/NostrDice/nostrdice/nws.svg?style=social) - NostrDice is a provably fair betting game combining the power of Lightning and Nostr. +- [NostrDice](https://app.nostrdice.com) - NostrDice is a provably fair betting game combining the power of Lightning and Nostr. + - Source: [NostrDice](https://github.com/NostrDice/nostrdice)![stars](https://img.shields.io/github/stars/NostrDice/nostrdice) ## Communities From 6141f0f23f209cbb29e4e759ec57db0172d5d796 Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Tue, 15 Oct 2024 14:11:26 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b727b9..a7efbb1 100644 --- a/README.md +++ b/README.md @@ -608,8 +608,8 @@ Endpoints (services or apps that expose a LN wallet via NWC) ## Games on Nostr -- [NostrDice](https://app.nostrdice.com) - NostrDice is a provably fair betting game combining the power of Lightning and Nostr. - - Source: [NostrDice](https://github.com/NostrDice/nostrdice)![stars](https://img.shields.io/github/stars/NostrDice/nostrdice) +- [NostrDice](https://github.com/NostrDice/nostrdice)![stars](https://img.shields.io/github/stars/NostrDice/nostrdice) - NostrDice is a provably fair betting game combining the power of Lightning and Nostr. + - Live: [app.nostrdice.com](https://app.nostrdice.com) ## Communities From 48af192303806a62e22dc6b81e342c689339f9a3 Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Wed, 23 Oct 2024 14:33:42 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f666a8..a98f1ad 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -nostr.net services [relay.nostr.net](https://relay.nostr.net) || [nostr.at](https://nostr.at) || [wot.nostr.net](https://wot.nostr.net) +nostr.net services [relay.nostr.net](https://relay.nostr.net) || [nostr.at](https://nostr.at) || [wot.nostr.net](https://wot.nostr.net) || [delete.nostr.net](https://delete.nostr.net) "nostr" stands for "**N**otes and **O**ther **S**tuff **T**ransmitted by **R**elays" and is an open protocol for censorship-resistant global networks.