Lightning Welder seamlessly converts Bolt 12 offers to Bolt 11 invoices, ensuring compatibility across all Lightning wallets.
This seems pretty cool. Has anyone tried it out yet?
Lightning Welder seamlessly converts Bolt 12 offers to Bolt 11 invoices, ensuring compatibility across all Lightning wallets.
exec
command to spin up a terminal inside nodejs and interact with it via stdin and stdout. And for one specific LND command ("trackpayment") the LND API wouldn't work for me (I was probably using it wrong) so I useexec
for that too. Which means you must run the server, LND, and LNDK all on the same linux user -- if you separate them, the terminal won't have thelndk-cli
andlncli
commands available, so the program will fail.npm init -y
.npm i crypto noble-secp256k1 ws browserify-cipher request
node server.js