LND (Lightning Network Daemon) is a complete implementation of a Lightning Network node. This skill helps you run lnd in Docker for development and testing, with support for multiple backends.
| bitcoind | Bitcoin Core | Production, regtest development, interop testing | | btcd | btcd (Go implementation) | Simnet testing, fast iteration | | neutrino | Light client (BIP 157/158) | Testnet, mobile simulation |
All commands use lncli.sh wrapper which auto-detects the lnd container.
Esegui e interagisci con il demone lnd Lightning Network in Docker. Utilizzare per lo sviluppo Lightning, testare i canali di pagamento su regtest, gestire i contenitori lnd e chiamare endpoint RPC lnd (getinfo, connessione, apertura/chiusura canali, pagamento/ricezione). Supporta backend bitcoind, btcd e neutrino. Fonte: roasbeef/claude-files.