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.