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.
Запускайте демон lnd Lightning Network и взаимодействуйте с ним в Docker. Используйте для разработки Lightning, тестирования каналов оплаты при регистрации, управления контейнерами lnd и вызова конечных точек lnd RPC (получить информацию, подключиться, открыть/закрыть каналы, оплатить/получить). Поддерживает бэкэнды bitcoind, btcd и neutrino. Источник: roasbeef/claude-files.