From ee1d34fdd1576b6ea6d03e3635817897c168cc43 Mon Sep 17 00:00:00 2001 From: xbol0 Date: Wed, 15 Feb 2023 15:24:52 +0800 Subject: [PATCH 1/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index addeb84..9525fbc 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ of the public instances. - [strfry](https://github.com/hoytech/strfry)![stars](https://img.shields.io/github/stars/hoytech/strfry.svg?style=social) – C++ implementation backed by LMDB with efficient syncing of events using merkle trees - [Astro](https://github.com/Nostrology/astro)![stars](https://img.shields.io/github/stars/Nostrology/astro.svg?style=social)– Elixir based implementation built to be performant and highly distributed. - [Nex](https://github.com/lebrunel/nex) ![stars](https://img.shields.io/github/stars/lebrunel/nex.svg?style=social) - A powerful and scalable Nostr relay written in Elixir with Postgres DB. +- [nostring](https://github.com/xbol0/nostring)![stars](https://img.shields.io/github/stars/xbol0/nostring.svg?style=social) - A Nostr relay written in Deno ### Instances From 1698393de03d421fcb36ba232dc593dfd63c30ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Broda?= Date: Wed, 15 Feb 2023 18:29:15 +0100 Subject: [PATCH 2/7] Replace the link for "tinkering with nostr without any client" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 683aa47..5e99d88 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ created by [@fiatjaf](https://github.com/fiatjaf). - [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 -- [tinkering with nostr without any client](https://github.com/p2w34/blog/blob/master/2023-02-11-tinkering-with-the-nostr-protocol/tinkering-with-the-nostr-protocol.md) +- [tinkering with nostr without any client](https://medium.com/@p2w34/tinkering-with-the-nostr-protocol-will-it-take-twitter-over-74c4bf0fea66) ## Relays From 26ce37741a9d921bc130fb4a5da8146965cc5682 Mon Sep 17 00:00:00 2001 From: Serkan KOCAMAN <39461461+KiPSOFT@users.noreply.github.com> Date: Thu, 16 Feb 2023 04:38:12 +0300 Subject: [PATCH 3/7] Added nostrprotocol.net NIP-05 identifier service --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f87bc37..6c91c52 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ them: - [nanostr](https://github.com/xbol0/nanostr)![stars](https://img.shields.io/github/stars/xbol0/nanostr?style=social) A NIP-05 name server written in Deno. - [nostr.industries](https://nostr.industries) - A free NIP-05 ID registration service. - [NIP-05 on LNBits](https://github.com/lnbits/lnbits/tree/main/lnbits/extensions/nostrnip5) - Sell NIP-05 verification for your domain using LNBits. +- [nostrprotocol.net](https://github.com/KiPSOFT/nostr-nip05-service)![stars](https://nip05.nostrprotocol.net/) - A free NIP-05 identifier service. ## Offline signer From 22058f5c3ae0eba51850e2cf5c37ee3bc3b238bc Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 16 Feb 2023 13:24:00 +0900 Subject: [PATCH 4/7] add algia --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f87bc37..a3d606a 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ them: - [nostrom.at](https://nostrom.at) - live instance - [blogstack.io](https://blogstack.io) ![stars](https://img.shields.io/github/stars/nodetec/blogstack.svg?style=social) - Blogging site for nostr, supports markdown - [Votestr](https://votestr.com/) ![stars](https://img.shields.io/github/stars/vilm3r/votestr.svg?style=social) - Poll web app with nostr authentication and blind signature unlinkability +- [algia](https://github.com/mattn/algia) ![stars](https://img.shields.io/github/stars/mattn/algia.svg?style=social) - A cli application for nostr ### Client reviews and/or comparisons @@ -282,3 +283,4 @@ Outside of nostr itself, you find the community on: - [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) ( npub1aljazgxlpnpfp7n5sunlk3dvfp72456x6nezjw4sd850q879rxqsthg9jp) + From 2aa159cdbf84fb83a87d14960bce3ba97f1ca861 Mon Sep 17 00:00:00 2001 From: 0xbabo <110633279+0xbabo@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:42:32 -0800 Subject: [PATCH 5/7] Add homebrew-nostr --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f87bc37..1d19646 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,7 @@ them: - [nostr-follow-bundler](https://github.com/leesalminen/nostr-follow-bundler)![stars](https://img.shields.io/github/stars/leesalminen/nostr-follow-bundler.svg?style=social) This tool lets you create lists of profiles that other users can then see and follow themselves. - [nostr-proxy](https://github.com/dolu89/nostr-proxy)![stars](https://img.shields.io/github/stars/dolu89/nostr-proxy?style=social) - Push and get events to your Proxy, get results from multiple Nostr relays - [nostrends](https://github.com/akiomik/nostrends)![stars](https://img.shields.io/github/stars/akiomik/nostrends?style=social) Trending on Nostr, like Twitter trends. Live at [nostrends.vercel.app](https://nostrends.vercel.app) +- [homebrew-nostr](https://github.com/0xbabo/homebrew-nostr)![stars](https://img.shields.io/github/stars/0xbabo/homebrew-nostr?style=social) Homebrew tap for Nostr software. ## NIP-05 identity services From 15a50a37e1b5ddd976ecf609b5c7cd703c64b5aa Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Tue, 21 Feb 2023 09:37:13 -0600 Subject: [PATCH 6/7] fixing stars url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c91c52..cddc544 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ them: - [nanostr](https://github.com/xbol0/nanostr)![stars](https://img.shields.io/github/stars/xbol0/nanostr?style=social) A NIP-05 name server written in Deno. - [nostr.industries](https://nostr.industries) - A free NIP-05 ID registration service. - [NIP-05 on LNBits](https://github.com/lnbits/lnbits/tree/main/lnbits/extensions/nostrnip5) - Sell NIP-05 verification for your domain using LNBits. -- [nostrprotocol.net](https://github.com/KiPSOFT/nostr-nip05-service)![stars](https://nip05.nostrprotocol.net/) - A free NIP-05 identifier service. +- [nostrprotocol.net](https://github.com/KiPSOFT/nostr-nip05-service)![stars](https://img.shields.io/github/stars/KiPSOFT/nostr-nip05-service?style=social) - A free NIP-05 identifier service. ## Offline signer From 96b9b851ff39925529e11fafef640cb88d18c916 Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Tue, 21 Feb 2023 09:38:55 -0600 Subject: [PATCH 7/7] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d19646..8abdf9e 100644 --- a/README.md +++ b/README.md @@ -205,9 +205,9 @@ them: - [nip06-cli](https://github.com/jaonoctus/nip06-cli)![stars](https://img.shields.io/github/stars/jaonoctus/nip06-cli.svg?style=social) - a Node.js CLI to generate or restore NIP-06 seed phrases - [nostr-broadcast](https://github.com/leesalminen/nostr-broadcast)![stars](https://img.shields.io/github/stars/leesalminen/nostr-broadcast.svg?style=social) This tool lets you take your events from some relays and broadcast them to another relay. Could be helpful for backing up your notes to a private relay. - [nostr-follow-bundler](https://github.com/leesalminen/nostr-follow-bundler)![stars](https://img.shields.io/github/stars/leesalminen/nostr-follow-bundler.svg?style=social) This tool lets you create lists of profiles that other users can then see and follow themselves. -- [nostr-proxy](https://github.com/dolu89/nostr-proxy)![stars](https://img.shields.io/github/stars/dolu89/nostr-proxy?style=social) - Push and get events to your Proxy, get results from multiple Nostr relays -- [nostrends](https://github.com/akiomik/nostrends)![stars](https://img.shields.io/github/stars/akiomik/nostrends?style=social) Trending on Nostr, like Twitter trends. Live at [nostrends.vercel.app](https://nostrends.vercel.app) -- [homebrew-nostr](https://github.com/0xbabo/homebrew-nostr)![stars](https://img.shields.io/github/stars/0xbabo/homebrew-nostr?style=social) Homebrew tap for Nostr software. +- [nostr-proxy](https://github.com/dolu89/nostr-proxy)![stars](https://img.shields.io/github/stars/dolu89/nostr-proxy?style=social) - Push and get events to your Proxy, get results from multiple Nostr relays. +- [nostrends](https://github.com/akiomik/nostrends)![stars](https://img.shields.io/github/stars/akiomik/nostrends?style=social) - Trending on Nostr, like Twitter trends. Live at [nostrends.vercel.app](https://nostrends.vercel.app). +- [homebrew-nostr](https://github.com/0xbabo/homebrew-nostr)![stars](https://img.shields.io/github/stars/0xbabo/homebrew-nostr?style=social) - Homebrew tap for Nostr software. ## NIP-05 identity services