lily-wallet
lily-wallet copied to clipboard
Umbrel integration
It would be awesome to be able to download the app on Umbrel and interact with the wallet via a browser.
This requires #64 to be finished.
It also requires having some sort of companion app that does all of the HWI communication. The browser cannot call HWI commands, so having a simple electron app that connects to Umbrel via WebRTC, calls the necessary HWI commands, and sends the data to the browser.
In progress via https://github.com/getumbrel/umbrel/pull/1240