The companion browser extension for c-lightning, Eclair and Ptarmigan nodes.
- Browse balance and latest transactions;
webln
support;- Pay highlighted invoice with a context menu click;
- Handle
lightning:
links; - "Generate invoice here" context menu;
- Manual payments and invoice creation;
- No window popups, all interactions happen in the
browserAction
popup.
Either
- a lightningd node with a Spark RPC server in front of it;
- an Eclair node with the API enabled and accessible;
- a Ptarmigan node with the REST API Node.js app running.
You'll need: Node.js>=10, npm, Make
npm install
make extension.zip