From e9737a7ef237510d30483c6fb5a29b2f196a766d Mon Sep 17 00:00:00 2001 From: hpcodecraft Date: Tue, 17 Jan 2023 19:40:32 +0100 Subject: [PATCH 01/10] add nostr.industries registration service --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b8243fd..24a1a42 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ of the public instances. ### Implementations - [NNostr](https://github.com/Kukks/NNostr)![stars](https://img.shields.io/github/stars/Kukks/NNostr.svg?style=social) - a C# relay -- [nostr-rs-relay](https://sr.ht/~gheartsfield/nostr-rs-relay/) - a minimalistic relay written in Rust that saves data on SQLite +- [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 - [nodestr](https://github.com/Dolu89/nodestr-relay)![stars](https://img.shields.io/github/stars/Dolu89/nodestr-relay.svg?style=social) - a Node.js implementation - [sovereign-stack](https://www.sovereign-stack.org) - a tool that helps you deploy nostr relays and create self-hosted (bitcoin-only) Value4Value websites. @@ -34,7 +34,6 @@ of the public instances. - [søstr](https://github.com/metasikander/s0str)![stars](https://img.shields.io/github/stars/metasikander/s0str.svg?style=social) – a private nostr relay written in rust, saves all notes from one pubkey and publish them to anyone that requests them - [knostr](https://github.com/lpicanco/knostr)![stars](https://img.shields.io/github/stars/lpicanco/knostr.svg?style=social) – a nostr relay implemented in Kotlin with support for Postgres and metrics(micrometer). - ### Instances Instances are plenty and their availability may vary but these projects track @@ -84,7 +83,7 @@ them: - [Attached](https://github.com/dyegolara/nostr-attached)![stars](https://img.shields.io/github/stars/dyegolara/nostr-attached.svg?style=social) - Open-Source ReactNative Expo app for Nostr (iOS, Android). Currently under app stores review. - [Member](https://github.com/memberapp/memberapp.github.io)![stars](https://img.shields.io/github/stars/memberapp/memberapp.github.io.svg?style=social) - Progressive Web App Client. Works on desktop and mobile. - [member.cash](https://member.cash/) - live instance -- [dispute](https://github.com/ethicnology/dispute)![stars](https://img.shields.io/github/stars/ethicnology/dispute.svg?style=social) - A cross-platform (Linux, Android, iOS, MacOs, Windows and Web) client for NOSTR +- [dispute](https://github.com/ethicnology/dispute)![stars](https://img.shields.io/github/stars/ethicnology/dispute.svg?style=social) - A cross-platform (Linux, Android, iOS, MacOs, Windows and Web) client for NOSTR - [Snort](https://github.com/v0l/snort)![stars](https://img.shields.io/github/stars/v0l/snort.svg?style=social) - Nostr UI written in react - [snort.social](https://snort.social) - [Hamstr](https://github.com/styppo/hamstr)![stars](https://img.shields.io/github/stars/styppo/hamstr.svg?style=social) - A twitter-style web client based on astral @@ -166,6 +165,7 @@ them: - [nostr.rest](https://nostr.rest) - Mine proof of work public keys with user specified prefixes - [lnpass](https://lnpass.github.io)![stars](https://img.shields.io/github/stars/lnpass/lnpass-web.svg?style=social) - A key manager for Lightning and nostr. - [sb.nostr.band](https://sb.nostr.band) - Search bots that you can create and follow to receive new posts matching a keyword right into your feed. +- [nostr.industries](https://nostr.industries) - A free NIP-05 ID registration service. ## Browser extensions @@ -185,7 +185,7 @@ Outside of nostr itself, you find the community on: ## Tutorials -- [Step-by-Step guide to set up a relay on your server](https://github.com/BlockChainCaffe/Nostr-Relay-Setup-Guide) (AWS, DigitalOcean, RaspBerry... ) +- [Step-by-Step guide to set up a relay on your server](https://github.com/BlockChainCaffe/Nostr-Relay-Setup-Guide) (AWS, DigitalOcean, RaspBerry... ) - [Set up a nostr relay server in under 5 minutes ](https://andreneves.xyz/p/set-up-a-nostr-relay-server-in-under) - [nostr workshop with super testnet](https://www.youtube.com/watch?v=HbicnlCXg_Y) - [Nostr Newcomers Most Common Questions and Answers](https://uselessshit.co/resources/nostr/) @@ -194,7 +194,7 @@ Outside of nostr itself, you find the community on: - [anigma.io](https://anigma.io) - has known xss attack vulnerabilities, which can put private key at risk, or risk signing events you may not want to send. - [nvote](https://nvote.co) - it does server side processing, and even private key is handled server side, and as such is deprecated for normal use. -- [alphaama.com](https://alphaama.com) - is *under maintenance* as of late 2022. +- [alphaama.com](https://alphaama.com) - is _under maintenance_ as of late 2022. ## Other links @@ -203,7 +203,7 @@ Outside of nostr itself, you find the community on: - [nostr playground in Ruby](https://github.com/dtonon/nostr-ruby-playground)![stars](https://img.shields.io/github/stars/dtonon/nostr-ruby-playground.svg?style=social) - [search posts/profiles by keyword](https://nostr.band) - posts from major relays indexed and searchable in real-time - [nostr.build](https://nostr.build/) - nostr image uploader -- [wellorder nostr datasets](https://wiki.wellorder.net/wiki/nostr-datasets/) - Public standardized nostr datasets for benchmarking, data science, or other analysis. +- [wellorder nostr datasets](https://wiki.wellorder.net/wiki/nostr-datasets/) - Public standardized nostr datasets for benchmarking, data science, or other analysis. - [Nostrovia Podcast](https://nostrovia.org/) - A Nostr podcast covering all the new projects, all the new cool stuff, all the new NIPs - [Summaries of all Nostr Improvements Proposals](https://anchor.fm/s/d8e8d5a4/podcast/rss) - ChatGPT generated summaries of all NIPs by k00b From 5eec31365ddef2c74ca74bcaf41b20c06c6b75af Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 18 Jan 2023 20:12:34 -0800 Subject: [PATCH 02/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 043a705..14725b9 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ created by [@fiatjaf](https://github.com/fiatjaf). - [Nostr: Solucionando la censura de una vez por todas](https://estudiobitcoin.com/nostr-solucionando-la-censura-de-una-vez-por-todas/) - [UseNostr](https://usenostr.org) - A small guide for anyone who wants to learn more about how nostr works and what it can do. - [nostr.how](https://nostr.how) - Quick-start to onboard desktop users with Alby & Astral +- [nostr.guide] (https://nostr.guide - a guide to all things nostr. ## Relays From e94395544bebb0dd4ec6fa2698f9f90c40dc7f3d Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 18 Jan 2023 20:12:57 -0800 Subject: [PATCH 03/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14725b9..73f1f3b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ created by [@fiatjaf](https://github.com/fiatjaf). - [Nostr: Solucionando la censura de una vez por todas](https://estudiobitcoin.com/nostr-solucionando-la-censura-de-una-vez-por-todas/) - [UseNostr](https://usenostr.org) - A small guide for anyone who wants to learn more about how nostr works and what it can do. - [nostr.how](https://nostr.how) - Quick-start to onboard desktop users with Alby & Astral -- [nostr.guide] (https://nostr.guide - a guide to all things nostr. +- [nostr.guide] (https://nostr.guide) - a guide to all things nostr. ## Relays From 3aa60379457588dae61c5dec940ae024a50beb2d Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 18 Jan 2023 20:13:41 -0800 Subject: [PATCH 04/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73f1f3b..0e00969 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ created by [@fiatjaf](https://github.com/fiatjaf). - [Nostr: Solucionando la censura de una vez por todas](https://estudiobitcoin.com/nostr-solucionando-la-censura-de-una-vez-por-todas/) - [UseNostr](https://usenostr.org) - A small guide for anyone who wants to learn more about how nostr works and what it can do. - [nostr.how](https://nostr.how) - Quick-start to onboard desktop users with Alby & Astral -- [nostr.guide] (https://nostr.guide) - a guide to all things nostr. +- [nostr.guide](https://nostr.guide) - A guide to all things nostr ## Relays From abca084d6336e60bc2d8849464ce974afd31ba1e Mon Sep 17 00:00:00 2001 From: Artur Brugeman Date: Thu, 19 Jan 2023 11:07:19 +0300 Subject: [PATCH 05/10] Add media.nostr.band --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 043a705..ef2d87c 100644 --- a/README.md +++ b/README.md @@ -207,5 +207,6 @@ Outside of nostr itself, you find the community on: - [wellorder nostr datasets](https://wiki.wellorder.net/wiki/nostr-datasets/) - Public standardized nostr datasets for benchmarking, data science, or other analysis. - [Nostrovia Podcast](https://nostrovia.org/) - A Nostr podcast covering all the new projects, all the new cool stuff, all the new NIPs - [Summaries of all Nostr Improvements Proposals](https://anchor.fm/s/d8e8d5a4/podcast/rss) - ChatGPT generated summaries of all NIPs by k00b +- [Media caching server for Nostr](https://media.nostr.band) - caches resized profile pictures and banners to save bandwidth for clients Data for this list is contributed by the community and curated by [@aaaljaz](https://twitter.com/aaaljaz). From a0b3cc9afff5f262e2309f0b3b88a167b687dc2f Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Thu, 19 Jan 2023 19:47:47 -0500 Subject: [PATCH 06/10] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 043a705..7946e9c 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ them: - [nostr-chat-widget-react](https://www.npmjs.com/package/nostr-chat-widget-react?activeTab=readme) - A React component that provides a live-chat widget over nostr that can be embedded into any website. - [Blockcore Notes](https://github.com/block-core/blockcore-notes) ![stars](https://img.shields.io/github/stars/block-core/blockcore-notes.svg?style=social) - Progressive Web App that can be installed on mobile and desktop, organize following in circles and have both public and private following lists. Dynamic interface for different uses, such as optimized for photograph viewing. - [notes.blockcore.net](https://notes.blockcore.net/) +- [notebin.org](https://notebin.org) ![stars](https://img.shields.io/github/stars/nodetec/notebin.svg?style=social) - Nostr UI created with NextJS, support for markdown and code highlighting ### Client reviews and/or comparisons From b8a386686367f8fef58a4f5700202c01b2569edb Mon Sep 17 00:00:00 2001 From: Sebastiaan Wouters <24827662+SebastiaanWouters@users.noreply.github.com> Date: Fri, 20 Jan 2023 17:30:37 +0100 Subject: [PATCH 07/10] add emon, an encrypted messaging client with lightning payments integration --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 043a705..f397391 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,8 @@ them: - [nostr-chat-widget-react](https://www.npmjs.com/package/nostr-chat-widget-react?activeTab=readme) - A React component that provides a live-chat widget over nostr that can be embedded into any website. - [Blockcore Notes](https://github.com/block-core/blockcore-notes) ![stars](https://img.shields.io/github/stars/block-core/blockcore-notes.svg?style=social) - Progressive Web App that can be installed on mobile and desktop, organize following in circles and have both public and private following lists. Dynamic interface for different uses, such as optimized for photograph viewing. - [notes.blockcore.net](https://notes.blockcore.net/) +- [emon](https://github.com/sebastiaanwouters/emon)![stars](https://img.shields.io/github/stars/sebastiaanwouters/emon.svg?style=social) - Encrypted DMs over nostr with lightning payments integrated (WIP). + - [emon.chat](https://emon.chat) ### Client reviews and/or comparisons From 506ef946a68b5073532eab8c5842bad7b6047ab0 Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Sat, 21 Jan 2023 20:15:49 +0700 Subject: [PATCH 08/10] Add the nostr Ruby gem --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5dee83..277a2d4 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ them: ## Libraries - [nostr-ruby](https://github.com/dtonon/nostr-ruby)![stars](https://img.shields.io/github/stars/dtonon/nostr-ruby.svg?style=social) - a Ruby implementation of the nostr protocol +- [nostr](https://github.com/wilsonsilva/nostr)![stars](https://img.shields.io/github/stars/wilsonsilva/nostr.svg?style=social) - a Ruby Nostr gem for use by clients - [NNostr.Client](https://github.com/Kukks/NNostr)![stars](https://img.shields.io/github/stars/Kukks/NNostr.svg?style=social) - a C# Nostr library for use by clients - [nostr-tools](https://github.com/fiatjaf/nostr-tools)![stars](https://img.shields.io/github/stars/fiatjaf/nostr-tools.svg?style=social) - a JavaScript client that abstracts the relay management code for use by clients - [nostr-relaypool-ts](https://github.com/adamritter/nostr-relaypool-ts)![stars](https://img.shields.io/github/stars/adamritter/nostr-relaypool-ts.svg?style=social) - a TypeScript relay pool library on top of nostr-tools that simplifies handling subscriptions to multiple servers From e9fa5176eea346789adf01b989646b6351d54390 Mon Sep 17 00:00:00 2001 From: w3irdrobot <3712883+w3irdrobot@users.noreply.github.com> Date: Sat, 21 Jan 2023 10:53:32 -0500 Subject: [PATCH 09/10] Add Amethyst client --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5dee83..1f6d818 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ them: - [notes.blockcore.net](https://notes.blockcore.net/) - [Daisy](https://github.com/neb-b/daisy) - Mobile client for Android and iOS - [testflight + android builds](https://neb.lol/nostr) +- [Amethyst](https://github.com/vitorpamplona/amethyst) ![stars](https://img.shields.io/github/stars/vitorpamplona/amethyst.svg?style=social) - An Android client for nostr written in Kotlin ### Client reviews and/or comparisons From 06ec8e6d067701b63b9fd9d5771b6e4598bc13d3 Mon Sep 17 00:00:00 2001 From: DEDA <86898552+BEEBSDONE@users.noreply.github.com> Date: Mon, 23 Jan 2023 08:38:21 +0000 Subject: [PATCH 10/10] Added an upcoming client MeShell --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5dee83..525d198 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ them: - [notes.blockcore.net](https://notes.blockcore.net/) - [Daisy](https://github.com/neb-b/daisy) - Mobile client for Android and iOS - [testflight + android builds](https://neb.lol/nostr) +- [MeShell](https://meshell.io) - Web, iOS and Android blog type client destined to publish articles and researches for independent journalists. ### Client reviews and/or comparisons