mirror of
https://github.com/aljazceru/awesome-nostr.git
synced 2026-01-31 09:08:51 +00:00
Compare commits
6 Commits
05abd80e0f
...
feature/ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
004037c862 | ||
|
|
5c58037c15 | ||
|
|
09791f2b32 | ||
|
|
90e50116b1 | ||
|
|
fd1c296aa9 | ||
|
|
5c1c3eeb01 |
@@ -71,6 +71,7 @@ of the public instances.
|
||||
- [Minds Engine - Nostr](https://gitlab.com/minds/engine/-/tree/master/Core/Nostr) - relevant Minds API code for reading/writing Minds posts using Nostr
|
||||
- [monstr](https://github.com/monty888/monstr)- python code for working with nostr
|
||||
- [multiplextr](https://github.com/coracle-social/multiplextr)  - A custom relay designed to save bandwidth for clients with multiplexer support.
|
||||
- [n0str](https://github.com/tani/n0str) - Nostr relay designed for maximum simplicity without sacrificing power
|
||||
- [Nerostr](https://codeberg.org/pluja/nerostr) - A Nostr expensive relay paid with Monero and written in Go.
|
||||
- [netstr](https://github.com/bezysoftware/netstr) - A general purpose Nostr relay written in C# with high test coverage, backed by Postgres DB.
|
||||
- [Nex](https://github.com/lebrunel/nex)  - A powerful and scalable Nostr relay written in Elixir with Postgres DB.
|
||||
@@ -155,6 +156,7 @@ Websites with lists of relays and their performance/health:
|
||||
- [Amethyst](https://github.com/vitorpamplona/amethyst) - An Android client for nostr written in Kotlin
|
||||
- [Anonostr](https://github.com/Spl0itable/Anonostr) - Anonostr allows users to send anonymous notes to the Nostr network without revealing their identity. For each note submission, the app generates a new key pair, sends the note through select relays, and then securely burns the key pair. It supports tagging, threading, quoting, and replying to existing notes.
|
||||
- [Asknostr.site](https://asknostr.site) - A Quora/StackOverflow Q&A site using the nostr network and #asknostr content
|
||||
- [astraea](https://github.com/mouse484/astraea) - A nostr client
|
||||
- [Attached](https://github.com/dyegolara/nostr-attached) - Open-Source ReactNative Expo app for Nostr (iOS, Android). Currently under app store review
|
||||
- [badger](https://github.com/0ceanslim/badger) - A NIP58 nostr badge client. Create Badges view Profile Badges and more.
|
||||
- [Beagle](https://0xli.github.io/beagle.chat/) - Decentralized real-time Text/Audio/Video chat client for iOS, using nostr relays for users to share information and moments by posts of text, image and video.
|
||||
@@ -685,6 +687,7 @@ Endpoints (services or apps that expose a LN wallet via NWC)
|
||||
- [Alby NWC (Umbrel)](https://apps.umbrel.com/app/alby-nostr-wallet-connect) - Umbrel app for exposing your self-custodial Umbrel LN Wallet over NWC
|
||||
- [Alby NWC (Web)](https://nwc.getalby.com/) - Web portal for exposing your custodial Alby account over NWC
|
||||
- [Flash](https://paywithflash.com/) - Bitcoin payments solution based on NWC
|
||||
- [lawalletio/lawallet-nwc](https://github.com/lawalletio/lawallet-nwc) - LaWallet v2 NWC
|
||||
- [Mutiny](https://www.mutinywallet.com) - Self-custodial LN wallet that runs in the browser
|
||||
- [Rizful](https://rizful.com) - Cloud lightning node with NWC support
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<script defer data-domain="nostr.net" src="https://analytics.cypherpunk.cloud/js/script.js"></script>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user