-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mint: add Nostr Wallet Connect as a backend #565
base: main
Are you sure you want to change the base?
Conversation
df4c69a
to
289f377
Compare
289f377
to
1535901
Compare
Just realized there should be a |
ef29d61
to
17ed5c9
Compare
Really nice work, especially working it into the existing Python nostr client. Thank you. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #565 +/- ##
==========================================
- Coverage 69.02% 65.30% -3.72%
==========================================
Files 92 94 +2
Lines 8674 8956 +282
==========================================
- Hits 5987 5849 -138
- Misses 2687 3107 +420 ☔ View full report in Codecov by Sentry. |
This PR allows you to back your mint with any lightning wallet that supports Nostr Wallet Connect.
Adds:
mint_nwc_url
to settingsNWCClient
to nostr moduleNwcRequestEvent
and event kinds toevent.py
NWCRequestEvent
insign_event