You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce a transport-agnostic cdk-nwc crate that connects to Nostr
relays, advertises supported NWC commands, validates authorized requests,
deduplicates event ids, and publishes encrypted responses.
Add a CDK wallet handler for get_info, get_balance, make_invoice,
pay_invoice, lookup_invoice, and list_transactions, including msat/unit
conversion, quote lookup, and per-payment limits.
Expose the service through UniFFI and add an example plus an end-to-end
relay-backed NWC flow test.
0 commit comments