We should support handling bitcoin and lightning protocol urls. Electron can register as a handler for certain protocols as part of its build process. We can listen for these handlers and surface them in the renderer via IPC from the main process.
This will likely need to be added once we already have the ability to pay/create invoices and send bitcoin to addresses in the product.
We should support handling bitcoin and lightning protocol urls. Electron can register as a handler for certain protocols as part of its build process. We can listen for these handlers and surface them in the renderer via IPC from the main process.
This will likely need to be added once we already have the ability to pay/create invoices and send bitcoin to addresses in the product.
Depends on #38 and #39