Implements the Nostr Wallet Connect (NIP-47) protocol.
const nwc = ndk.nwc("nostr+walletconnect://...");const balance = await nwc.getBalance();const payment = await nwc.payInvoice("lnbc1..."); Copy
const nwc = ndk.nwc("nostr+walletconnect://...");const balance = await nwc.getBalance();const payment = await nwc.payInvoice("lnbc1...");
NostrWalletConnectOptions
NDKNwc
The Wallet Service's public key
Blocks until we're subscribed to talk to the wallet service
Optional
Timeout in ms to wait for the subscription to be ready
Static
Implements the Nostr Wallet Connect (NIP-47) protocol.
Example