Auro Wallet built with Flutter for mina protocol
Auro Wallet provide one-stop management for mina protocol, convenient staking, and the private key is self-owned.
Auro Wallet is aiming to provide a more convenient entrance of the mina network.
- Friendly UI.
- Secure local accounts storage.
- Intuitive Assets management.
- Simplified staking.
- Available for both iOS and Android.
Flutter 2.0.4 statble
Dart 2.12.2
Auro Wallet
is built with Flutter, you need to have Flutter
dev tools
installed on your computer to compile the project. check Flutter Documentation
to learn how to install Flutter
and initialize a Flutter App.
we use flutter ffi and mina c file to derive public key and sign transactions.
lib/common/consts/apiConfig.example.dart
is a api config for Auro Wallet, you can remove the .example
and fill your custom api
flutter run --no-sound-null-safety
some packages has not migrate to null safety, so we have to add --no-sound-null-safety arguments.
We are thrilled that you like to contribute to Auro Wallet. Your contribution is essential for keeping Auro Wallet great. We currently have auro-wallet-mobile-app and auro-wallet-browser-extension.
Our languages are stored in lib/l10n
directory. The naming rule of the language is app_{language_code}.arb
. language code standard.
You can use weblate to add new translations to Auro Wallet or update existing translations. if you want to add more languages, please join telegram and ping admin.
You need to pull the code from github first, and then switch to the feature/translate
branch. If you need to update the existing translation, directly edit the content of the target file. If you need to add a new language file, please add a new language file according to the language encoding requirements, such as app_tr.arb
. After completion, you need to submit a PR to the feature/translate
branch for merging.
This project is tested with BrowserStack