Merge branch 'main' into main

This commit is contained in:
Sebastiaan Wouters 2023-01-22 11:28:16 +01:00 committed by GitHub
commit 73aefb2384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ of the public instances.
- [nostr_relay](https://code.pobblelabs.org/fossil/nostr_relay/) a nostr relay written in python, backed by SQLite
- [søstr](https://github.com/metasikander/s0str)![stars](https://img.shields.io/github/stars/metasikander/s0str.svg?style=social) a private nostr relay written in rust, saves all notes from one pubkey and publish them to anyone that requests them
- [knostr](https://github.com/lpicanco/knostr)![stars](https://img.shields.io/github/stars/lpicanco/knostr.svg?style=social) a nostr relay implemented in Kotlin with support for Postgres and metrics(micrometer).
- [PyRelay](https://github.com/johnny423/pyrelay) ![stars](https://img.shields.io/github/stars/johnny423/pyrelay.svg?style=social) a python implementation of a nostr relay, using asyncio.
### Instances
@ -99,6 +99,8 @@ them:
- [notes.blockcore.net](https://notes.blockcore.net/)
- [emon](https://github.com/sebastiaanwouters/emon)![stars](https://img.shields.io/github/stars/sebastiaanwouters/emon.svg?style=social) - Encrypted DMs over nostr with lightning payments integrated (WIP).
- [emon.chat](https://emon.chat)
- [Daisy](https://github.com/neb-b/daisy) - Mobile client for Android and iOS
- [testflight + android builds](https://neb.lol/nostr)
### Client reviews and/or comparisons
@ -197,7 +199,7 @@ Outside of nostr itself, you find the community on:
- [anigma.io](https://anigma.io) - has known xss attack vulnerabilities, which can put private key at risk, or risk signing events you may not want to send.
- [nvote](https://nvote.co) - it does server side processing, and even private key is handled server side, and as such is deprecated for normal use.
- [alphaama.com](https://alphaama.com) - is *under maintenance* as of late 2022.
- [alphaama.com](https://alphaama.com) - is _under maintenance_ as of late 2022.
## Other links