Merge pull request #34 from basantagoswami/update/readme

This commit is contained in:
Aljaz Ceru 2022-09-03 17:27:42 +02:00 committed by GitHub
commit 64f2a73a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
created by [@fiatjaf](https://github.com/fiatjaf). created by [@fiatjaf](https://github.com/fiatjaf).
## Protocol ## Protocol
- [nostr](https://github.com/fiatjaf/nostr) - overview and FAQ - [nostr](https://github.com/nostr-protocol/nostr) - overview and FAQ
- [NIPs](https://github.com/nostr-protocol/nips) - the "**N**ostr **I**mplementation **P**ossibilities" describe the protocol in technical detail - [NIPs](https://github.com/nostr-protocol/nips) - the "**N**ostr **I**mplementation **P**ossibilities" describe the protocol in technical detail
- [nostr, a basic tour](https://github.com/rajarshimaitra/rust-nostr/blob/main/VISION.md) - an intro to nostr - [nostr, a basic tour](https://github.com/rajarshimaitra/rust-nostr/blob/main/VISION.md) - an intro to nostr
@ -53,6 +53,8 @@ them:
- [noscl](https://github.com/fiatjaf/noscl) - a basic command-line client written in Go - [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 - [loquaz](https://github.com/emeceve/loquaz) - a desktop app written in Rust for direct encrypted chat
- [nostr console](https://github.com/vishalxl/nostr_console) - a nostr command line client written in Dart. Binaries available for Windows, Linux and MacOS. - [nostr console](https://github.com/vishalxl/nostr_console) - a nostr command line client written in Dart. Binaries available for Windows, Linux and MacOS.
- [anigma](https://github.com/brilliancebitcoin/nostrgram) - A clone of telegram built on nostr
- [ArcadeCity](https://github.com/ArcadeCity/app) - Public group chats and P2P services (WIP) over nostr
## 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