ilp-lightning-demo
ilp-lightning-demo copied to clipboard
Error: when running in server mode, the 'prefix' and 'info' config parameters are required
when i run 'node run-connector.js', errors happened:
Getting configuration details from lnds
Running connector using lightning plugins...
2018-01-21T11:56:13.514Z connector:ledgers info adding ledger g.bitcoin.lightning.
Error: when running in server mode, the 'prefix' and 'info' config parameters are required
at new PluginPaymentChannel (/home/snack/interlightning/ilp-lightning-demo/node_modules/ilp-plugin-payment-channel-framework/src/lib/plugin.js:136:13)
at Ledgers.add (/home/snack/interlightning/ilp-lightning-demo/node_modules/ilp-connector/src/lib/ledgers.js:95:20)
at Ledgers.addFromCredentialsConfig (/home/snack/interlightning/ilp-lightning-demo/node_modules/ilp-connector/src/lib/ledgers.js:44:12)
at createApp (/home/snack/interlightning/ilp-lightning-demo/node_modules/ilp-connector/src/app.js:100:13)
at Object.
Thanks for reporting! I'll have a look.
Got this error as well, any updates? thanks
we're now working on a new lightning integration, will post here when it's ready!
You can now try out the new BTP+LND client plugin against the Interledger testnet: https://github.com/interledgerjs/ilp-plugin-lnd-asym-client
@michielbdejong You mean combine this demo with the ilp-plugin-lnd-asym-client? Could you explain more specificlly? Thx!!