awesome-nostr/README.md

54 lines
3.5 KiB
Markdown
Raw Normal View History

2022-01-22 21:35:00 +00:00
# awesome-nostr
nostr is an open protocol for censorship-resistant global networks created by [@fiatjaf](https://github.com/fiatjaf)
2022-01-23 00:30:21 +00:00
### Protocol
2022-01-23 00:36:05 +00:00
- [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)
2022-01-23 11:26:57 +00:00
### 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
2022-01-23 11:26:57 +00:00
- [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
2022-01-24 09:57:26 +00:00
- [nostr.com](https://nostr.com/), another branle site
2022-01-23 14:17:37 +00:00
- [nostr.rocks](https://nostr.rocks/), another branle site
2022-01-24 21:00:38 +00:00
- [branle.wlvs.space](https://branle.wlvs.space/), another branle site
2022-01-23 00:30:21 +00:00
### Relays
2022-01-23 00:42:55 +00:00
- [nostr relay registry](https://nostr-registry.netlify.app/), real-time checking of status of some known relays.
2022-01-23 00:41:57 +00:00
### Relay implementations
2022-01-23 00:30:21 +00:00
- [NNostr](https://github.com/Kukks/NNostr), a C# Nostr relay.
- [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.
- [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.
2022-01-23 14:17:37 +00:00
- [expensive relay](https://github.com/fiatjaf/expensive-relay), a nostr relay that requires payment for registration
2022-01-23 00:30:21 +00:00
### Clients
2022-01-23 11:26:57 +00:00
- [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/noscl), a basic command-line client written in Go.
- [loquaz](https://github.com/emeceve/loquaz), a desktop app written in Rust for direct encrypted chat.
2022-01-23 00:30:21 +00:00
- [chastr](https://github.com/dolu89/chastr), a mobile directed encrypted chat app written in Xamarin.
### Libraries
- [NNostr.Client](https://github.com/Kukks/NNostr), a C# Nostr library for use by clients.
- [nostr-tools](https://github.com/fiatjaf/nostr-tools), a JavaScript client that abstracts the relay management code for use by clients.
- [go-nostr](https://github.com/fiatjaf/go-nostr), a Go library that implements relay management, plus event encoding and signing utils.
- [nostr-rs](https://github.com/futurepaul/nostr-rs), a Rust implementation of the nostr protocol.
- [relayer](https://github.com/fiatjaf/relayer), a server framework for writing custom relays.
### 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
2022-01-23 11:26:57 +00:00
2022-01-23 14:17:37 +00:00
### Communities
- [nostr telegram group](https://t.me/nostr_protocol), a telegram group for nostr protocol discussion.
2022-01-23 23:09:15 +00:00
- [nostr reddit](https://www.reddit.com/r/nostr/), a sub reddit for nostr related discussion.