I’m trying to use lnurl-commando without any luck. I can’t get passed this “ERR_INVALID_URL” error in the file ‘lnurl-commando/node_modules/lnsocket/dist/node/lnsocket.wasm’
There aren’t any install instructions the repo to follow, so I’m doing my best with the little nodejs knowledge I have.
I’ve clone the repo, npm install in the lnurl-commando directory. I can see the lnsocket dependency in the node_packages directory.
No matter what I do, I can get passed this error, unless I comment out “const LNSocket = require('lnsocket’)” in lnurl-commando/index.js. It must have something to do with LNSocket … but can’t for the life of me figure it out.
Any ideas?