import { NWCAlby } from '@app/nwc/components/alby'; import { NWCOther } from '@app/nwc/components/other'; import { useStorage } from '@libs/storage/provider'; import { CheckCircleIcon } from '@shared/icons'; import { useStronghold } from '@stores/stronghold'; export function NWCScreen() { const { db } = useStorage(); const [walletConnectURL, setWalletConnectURL] = useStronghold((state) => [ state.walletConnectURL, state.setWalletConnectURL, ]); const remove = async () => { setWalletConnectURL(''); await db.secureSave('walletConnectURL', '', 'nwc'); }; return (
Sending tips easily via Bitcoin Lightning.
You're using nostr wallet connect
Nostr Wallet Connect (NWC) is a way for applications like Nostr clients to access a remote Lightning wallet through a standardized protocol.
To learn more about the details have a look at{' '} the specs (NIP47)
Also known as Zap in other Nostr client.
Lume doesn't take any commission or platform fees when you tip someone.
Lume doesn't hold your Bitcoin