Open Thomas-AnhDao opened 2 years ago
take a look at the test https://github.com/alexbosworth/ln-service/blob/master/test/integration/test_create_invoice.js
you can npm i ln-service and run the test with node test_create_invoice.js
if you want to play around with it
I'm creating invoice by using ln-service lib, but the createInvoice doesn't return anything. Here is my code: