[bisq-network/proposals] Develop a fully featured cross-platform graphical user interface to the Bisq network supporting mobile, desktop, and web clients (#342)

chimp1984 notifications at github.com
Tue Sep 14 17:59:22 CEST 2021


Probably worth to look at some mobile Bitcoin/LN/Liquid wallets or apps to see what they use. They did for sure some research regarding security as well.

**Blocksteam Green** (BTC and Liquid wallet) use [Java](https://github.com/Blockstream/green_android) and  [Swift](https://github.com/Blockstream/green_ios). It is based on https://github.com/blockstream/gdk a C++ lib with native bindings to Java and Swift. and https://github.com/blockstream/gdk 

**Aqua** (Blocksteam BTC and Liquid wallet) uses [Swift](https://github.com/Blockstream/aqua_ios) (is iOS only). Uses gdk.

**Muun** (the best BTC/LN wallet from UX IMO) use [Java](https://github.com/muun/apollo) and [Swift](https://github.com/muun/falcon) and Go for library code.

**Breez** uses [Java](https://github.com/breez/breezmobile/tree/master/android/app/src/main/java) for Android and [Flutter/Dart](https://github.com/breez/breezmobile/tree/master/lib) for library code and [Swift](https://github.com/breez/breezmobile/blob/master/ios/) for iOS (iOS not publicly released yet)

**BlueWallet** (BTC and LN wallet) use [React Native](https://github.com/BlueWallet)

**Zap** (LN remote control for LN node) use [Java](https://github.com/LN-Zap/zap-android) and [Swift](https://github.com/LN-Zap/zap-iOS) but iOS is not maintained anymore. 

**Sphinx** (Messaging over LN) use Kotlin and Swift
https://github.com/stakwork/sphinx-kotlin
https://github.com/stakwork/sphinx-ios/blob/master/sphinx/Managers/Tor/SphinxOnionConnector.swift

**Zeus** is built on TypeScript and React-Native. It runs on both iOS and Android. No experience with it, seems more under development.
https://github.com/ZeusLN/zeus

Any other relevant wallets/btc related apps which are cross platform? 
>From my collection it seems Java/Kotlin and Swift are the most used solutions. For shared library code Dart/Flutter, Go, C++ are used. 


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/proposals/issues/342#issuecomment-919288822
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210914/e9409720/attachment.htm>


More information about the bisq-github mailing list