Hey!
I noticed that there are quite a few options for Android for managing Stellar accounts. However, when it comes to iOS, there isn't much to choose from.
I was looking for an app, which can be found in the App Store, is Open Source and where its design fits the CI of Stellar.org. Sadly, there isn't a single one.
So I started to build one myself. The App is written in React Native and you can test out the initial version using the Expo app.
Link to the Expo project: https://expo.io/@mastermo/stellar-wallet
Link to the Github repository: https://github.com/mastermoo/stellar-wallet
This initial version of the app only manages wallets which exist on the Test Network, so anyone can test the app, without having to worry about privacy ?
Notable Features of the app:
- Design, which looks similar to Stellar.org and its Account Viewer
- TouchID to unlock the app, as well as to submit a transaction
- Managing multiple accounts (which probably all wallets nowadays do)
- No need to sign up somewhere
- See value of current balance in other currencies, such as BTC, USD or EUR (using CoinMarketCap API)
Also, the secret key is currently encrypted and saved locally in the keychain of the device. However, I don't know if that's the best way to handle this case or is there a better way to handle secret keys?
Thanks for reading!
Here is a screenshot of the app
