Learn-by-doing / lightning-extension

A browser extension that let's you make payments directly to websites via the Lightning Network
GNU Affero General Public License v3.0
7 stars 5 forks source link

[research] Bundling lnd with browser extension #7

Open chill117 opened 5 years ago

chill117 commented 5 years ago

Is it possible to bundle the lnd binary with the browser extension so that the end-user does not need to install (and configure) it separately?

chill117 commented 5 years ago

Message passing with native apps is possible. So our extension's end users could install an open-source app that provides a nice GUI for running a local lnd instance. Then the extension can use that lnd. See #11