From 18e5da8cf7282185bca28a6012c0fa0f782d5ce3 Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Sun, 6 Feb 2022 22:28:12 +0100 Subject: [PATCH] Update README.md --- README.md | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index d94b292..1f006c5 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,28 @@ # awesome-nostr -nostr is an open protocol for censorship-resistant global networks created by [@fiatjaf](https://github.com/fiatjaf) +nostr is an open protocol for censorship-resistant global networks created by [@fiatjaf](https://github.com/fiatjaf). ### Protocol -- [nostr](https://github.com/fiatjaf/nostr), main repo with specs -- [protocol specification](https://github.com/fiatjaf/nostr/blob/master/nips/01.md), NIPS protocol specs -- [nostr, a basic tour](https://github.com/rajarshimaitra/rust-nostr/blob/main/VISION.md), nostr intro by [@raj](https://github.com/rajarshimaitra) +- [nostr](https://github.com/fiatjaf/nostr), main repo with specs. +- [protocol specification](https://github.com/fiatjaf/nostr/blob/master/nips/01.md), NIPS protocol specs. +- [nostr, a basic tour](https://github.com/rajarshimaitra/rust-nostr/blob/main/VISION.md), nostr intro by [@raj](https://github.com/rajarshimaitra). ### Videos -- [applications on nostr](https://www.youtube.com/watch?v=h2h94RCynIo), store and run applications in a decentralized manner -- [lightning hacksprint CCC](https://www.youtube.com/watch?v=olq8mA51_ng), an introductory chat about nostr -- [nostr-twitter](https://www.youtube.com/watch?v=BpvjL6pAw7o), building a decentralised twitter on the NOSTR network +- [applications on nostr](https://www.youtube.com/watch?v=h2h94RCynIo), store and run applications in a decentralized manner. +- [lightning hacksprint CCC](https://www.youtube.com/watch?v=olq8mA51_ng), an introductory chat about nostr. +- [nostr-twitter](https://www.youtube.com/watch?v=BpvjL6pAw7o), building a decentralised twitter on the NOSTR network. ### Sites -- [branle.netlify.app](https://branle.netlify.app/), fiatjaf's branle site -- [nostr.com](https://nostr.com/), another branle site -- [nostr.rocks](https://nostr.rocks/), another branle site -- [branle.wlvs.space](https://branle.wlvs.space/), another branle site -- [branle tor](http://hbn4yzl3qkzi3qpse6nvljbduzcdecaq76tbcfjfzmoaik3q3uryxuad.onion/3bf0c63fcb93463407af97a5e5ee64fa883d107ef9e558472c4eb9aaaefa459d), branle on tor -- [nostrandom.netlify.app](https://nostrandom.netlify.app/), generate publish-able Nostr event with random keys +- [branle.netlify.app](https://branle.netlify.app/), fiatjaf's branle site. +- [nostr.com](https://nostr.com/), another branle site. +- [nostr.rocks](https://nostr.rocks/), another branle site. +- [branle.wlvs.space](https://branle.wlvs.space/), another branle site. +- [branle tor](http://hbn4yzl3qkzi3qpse6nvljbduzcdecaq76tbcfjfzmoaik3q3uryxuad.onion/3bf0c63fcb93463407af97a5e5ee64fa883d107ef9e558472c4eb9aaaefa459d), branle on tor. +- [nostrandom.netlify.app](https://nostrandom.netlify.app/), generate publish-able Nostr event with random keys. +- [nvote.co](https://nvote.co/a), Nvote is an open-source, decentralized, vote-driven community similar to services like Reddit and HackerNews. ### Relays - [nostr relay registry](https://nostr-registry.netlify.app/), real-time checking of status of some known relays. -- [nostr relay on tor](https://jgqaglhautb4k6e6i2g34jakxiemqp6z4wynlirltuukgkft2xuglmqd.onion/), onion relay +- [nostr relay on tor](https://jgqaglhautb4k6e6i2g34jakxiemqp6z4wynlirltuukgkft2xuglmqd.onion/), onion relay. ### Relay implementations @@ -30,7 +31,7 @@ nostr is an open protocol for censorship-resistant global networks created by [@ - [Relayer Basic](https://github.com/fiatjaf/relayer/tree/master/basic), a simple relay based on _relayer_ backed by Postgres. - [rsslay](https://github.com/fiatjaf/rsslay), a bridge that puts RSS feeds into Nostr. - [nodestr](https://github.com/Dolu89/nodestr-relay), A Node.js implementation. - - [expensive relay](https://github.com/fiatjaf/expensive-relay), a nostr relay that requires payment for registration + - [expensive relay](https://github.com/fiatjaf/expensive-relay), a nostr relay that requires payment for registration. ### Clients @@ -39,6 +40,7 @@ nostr is an open protocol for censorship-resistant global networks created by [@ - [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. + - [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. ### Libraries - [NNostr.Client](https://github.com/Kukks/NNostr), a C# Nostr library for use by clients. @@ -50,8 +52,8 @@ nostr is an open protocol for censorship-resistant global networks created by [@ ### Tools - [nostr registry](https://codeberg.org/rsbondi/nostr-registry), a database of known relays with their uptime and NIP support tables. - [nostr-launch](https://codeberg.org/rsbondi/nostr-launch), a tool for launching a bunch of relays and clients locally for development and testing. - - [nostr signer extension](https://github.com/fiatjaf/nos2x), browser extension for signing events on 3rd party site without sharing your private keys with them - - [nostr GitHub Action](https://github.com/theborakompanioni/nostr-action), send events from GitHub Actions + - [nostr signer extension](https://github.com/fiatjaf/nos2x), browser extension for signing events on 3rd party site without sharing your private keys with them. + - [nostr GitHub Action](https://github.com/theborakompanioni/nostr-action), send events from GitHub Actions. ### Communities - [nostr telegram group](https://t.me/nostr_protocol), a telegram group for nostr protocol discussion.