Hi all! As some of you might know, I’ve been working on Grin iOS wallet for quite some time now and as I’m getting closer to first alpha release I want to share its preview. It uses Rust official code compiled for iOS + React Native for UI. No servers needed, just your phone. The design is heavily influenced by @GBKS Grin wallet design. Android version is planned as well as support for GrinBox and http based transactions.
Yes! And I hope it should not take much time, cause I use React-Native +Rust (both of them are cross-platform) porting to Android should not be a huge effort. Also, I would need an Android device, but that’s details .
Essentially, the transaction file can be transferred in any possible way (Email, Signal, Telegram, Keybase, etc.). So, user choose how to transfer the file. Also, file has exactly the same format as grin CLI wallet.
It’s not open-sourced just yet, but will be.
Node is still required outside for now. Later we plan to embed it inside as well and give user a choice use embedded one or not. But only the node is outside, wallet is all-in on the phone.