You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm on the Resolvr team and we're building a desktop-based Nostr app using Tauri (which is similar to Electron but with a Rust backend). We'd love to integrate Bitcoin Connect, but Tauri uses WebView with a stripped down window object that's missing some key properties that Bitcoin Connect uses, such as window.open() and window.opener. I don't know what all would be involved in getting Bitcoin Connect working with Tauri, but if it's possible it would allow for extremely easy integration of Bitcoin & Lightning into desktop apps.
The text was updated successfully, but these errors were encountered:
I believe Bitcoin Connect uses these in an upstream dependency (Alby JS SDK) to launch the new NWC connection popup for Alby/Umbrel/etc.
Does the actual compilation fail due to this issue? or just when using NWC to connect with Alby?
If Tauri cannot launch windows, do you have any suggestions on how users would create a new app connection? users could always copy-paste the NWC url into the generic NWC connection option, but hopefully there is a better way.
I'm on the Resolvr team and we're building a desktop-based Nostr app using Tauri (which is similar to Electron but with a Rust backend). We'd love to integrate Bitcoin Connect, but Tauri uses WebView with a stripped down
window
object that's missing some key properties that Bitcoin Connect uses, such aswindow.open()
andwindow.opener
. I don't know what all would be involved in getting Bitcoin Connect working with Tauri, but if it's possible it would allow for extremely easy integration of Bitcoin & Lightning into desktop apps.The text was updated successfully, but these errors were encountered: