LN-Juggernaut / juggernaut-desktop

Decentralized messaging and payments
https://www.getjuggernaut.com
MIT License
131 stars 14 forks source link

Protocol Handlers #40

Open johncantrell97 opened 4 years ago

johncantrell97 commented 4 years ago

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