pull down to refresh
the onion messaging aspect of bolt12 is very unreliable
And be it known that whenever I vociferously FUD stuff I always present a solution: #679977
reply
pull down to refresh
the onion messaging aspect of bolt12 is very unreliable
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