Merge pull request #1 from fiatjaf/patch-1

bundle of changes
This commit is contained in:
Aljaz Ceru 2022-01-23 16:00:30 +01:00 committed by GitHub
commit 97a7692d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# awesome-nostr # awesome-nostr
nostr is an open protocol for censorship-resistant global networks created by [@fiatjaff](https://github.com/fiatjaf) nostr is an open protocol for censorship-resistant global networks created by [@fiatjaf](https://github.com/fiatjaf)
### Protocol ### Protocol
- [nostr](https://github.com/fiatjaf/nostr), main repo with specs - [nostr](https://github.com/fiatjaf/nostr), main repo with specs
@ -8,14 +8,11 @@ nostr is an open protocol for censorship-resistant global networks created by [@
### Videos ### Videos
- [applications on nostr](https://www.youtube.com/watch?v=h2h94RCynIo), store and run applications in a decentralized manner - [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 - [nostr-twitter](https://www.youtube.com/watch?v=BpvjL6pAw7o), building a decentralised twitter on the NOSTR network
- [nostr-twitter install guide](https://www.youtube.com/watch?v=G6xFOBWI7S8), production installation guide for nostr-twitter
### Sites ### Sites
- [branle.fiatjaff.com](https://branle.fiatjaf.com/), fiatjaff's branle site - [branle.netlify.app](https://branle.netlify.app/), fiatjaf's branle site
- [branle.netlify.app](https://branle.netlify.app/), another branle site
- [nostr.com](https://nostr.com/), nostr-twitter by Ben Arc
### Relays ### Relays
@ -28,15 +25,14 @@ 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. - [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. - [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. - [nodestr](https://github.com/Dolu89/nodestr-relay), A Node.js implementation.
- [expansive 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 ### Clients
- [branle](https://github.com/fiatjaf/branle), a Twitter-like client with chat (several live sites can be found [above](#branle-sites)) - [branle](https://github.com/fiatjaf/branle), a Twitter-like client with chat (several live sites can be found [above](#branle-sites))
- [noscl](https://github.com/fiatjaf/noscli), a basic command-line client written in Go. - [noscl](https://github.com/fiatjaf/noscl), a basic command-line client written in Go.
- [nostr-chat](https://github.com/emeceve/nostr-chat), a desktop app written in Rust for direct encrypted chat. - [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. - [chastr](https://github.com/dolu89/chastr), a mobile directed encrypted chat app written in Xamarin.
- [nostr-twitter](https://github.com/arcbtc/nostr), a Twitter-like UI that also implements private direct messages.
### Libraries ### Libraries
- [NNostr.Client](https://github.com/Kukks/NNostr), a C# Nostr library for use by clients. - [NNostr.Client](https://github.com/Kukks/NNostr), a C# Nostr library for use by clients.