Nostr Wallet Connect for LND

This lets you use nostr wallet connect with your LND node.

Install

cargo build --release
cargo install --path .

Usage

nostr-wallet-connect-lnd --relay wss://relay.damus.io --lnd-host localhost --lnd-port 10009 --macaroon-file ~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon --cert-file ~/.lnd/tls.cert

This will print a wallet connect uri to the console. Scan this with your wallet connect enabled wallet. You may need to use a tool to turn the uri into a QR code.