enfr

Emulator Utility [new] — Lnd

const emu = new LNDEmulator(); emu.start( port: 10009, topology: 'star', nodes: 5 );

The utility must support all standard LND methods: Lnd Emulator Utility

The utility is designed to streamline the development lifecycle by offering: const emu = new LNDEmulator(); emu

Use the emulator for 80% of your logic tests. Use regtest + lnd + bitcoind for the remaining 20% (signature flows, anchor outputs, channel closures). const emu = new LNDEmulator()