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
Ideally Bitcoin Connect works on all platforms so that developers have an easy way to connect to any wallet no matter what language. WalletConnect for example does this and is one reason why programmers would choose shitcoin projects over bitcoin (and unfortunately then more users also are exposed to those projects).
Unfortunately this is difficult for a few reasons:
Different programming languages - Swift, Kotlin/Java, Dart, React Native / Unity / ... - mostly requiring complete ports of the project (which would take a lot of time and double the amount of maintenance for each project - and not just Bitcoin Connect, but Alby JS SDK (for NWC) and Alby Lightning tools (invoice decoding))
React Native could possibly be the easiest due to having a common language as Bitcoin Connect for implementing the providers (but the rendering engine is different)
We do not have much experience on mobile app development and the setups required
Which existing and new apps would benefit from this, and which port would be most used?
Is there anyone from the community that would work on this?
How would we maintain consistency across the different ports and what parts would need to change?
Would bitcoin connect be moved to a separate organization in order to better encompass the ports?
The text was updated successfully, but these errors were encountered:
Ideally Bitcoin Connect works on all platforms so that developers have an easy way to connect to any wallet no matter what language. WalletConnect for example does this and is one reason why programmers would choose shitcoin projects over bitcoin (and unfortunately then more users also are exposed to those projects).
Unfortunately this is difficult for a few reasons:
The text was updated successfully, but these errors were encountered: