nostrclient
nostrclient copied to clipboard
https://github.com/lnbits/lnbits/issues/2411
Nginx setup per [https://github.com/lnbits/lnbits/blob/main/docs/guide/installation.md#running-behind-an-nginx-reverse-proxy-over-https](https://github.com/lnbits/lnbits/blob/main/docs/guide/installation.md#running-behind-an-nginx-reverse-proxy-over-https) appears to block the websocket for this extension so you can't connect to it from an outside Nostr client. This is the fix that worked for...
From my tests it seems that when using a private connection from an extension ``` relay_endpoint = encrypt_internal_message("relay") relay=f"ws://localhost:{settings.port}/nostrclient/api/v1/{relay_endpoint}" ``` the authentication fails with ``` server rejected WebSocket connection: HTTP...
i think we should just migrate to coincurve - it is well maintained (last secp256k1 release was in 2021) - and even CLN uses coincurve and not secp256k1 for their...
### Problem In lnbits/lnbits#2984 we added a boolean flag for urlsafe encryption for scenarios like here with nostrclient where a websocket is being requested, but the API request failing with...
## Summary This PR adds comprehensive metadata and screenshots to improve the extension's display in the LNbits extension marketplace. Fixes #41 ## Changes ### 1. **Updated `description.md`** - Improved description...
Steps for reproduction: 1. Install `nostrclient` 1.0.0 and `nwcprovider` 1.0.0. 2. Create a nostr+walletconnect string. 3. Try to use it in any app. ```logs 2025-07-27 12:36:55.42 | INFO | ('[REDACTED...
## Problem The nostrclient extension UI lacks visual polish and helpful onboarding content. Admin users see the relay management interface without context about what nostrclient does or how to use...
## Problem The current name 'Nostr Client' is misleading. Users typically think of a Nostr client as an application for viewing and interacting with Nostr notes (like Damus, Amethyst, etc.)....