Zold wallet built in flutter (Android and iOS platform).
Use it to pay or receive zolds and view your wallet balance and transactions.
- Pull wallet.
- See Transactions History.
- Generate QR code to accept payment.
- Pay by scanning QR or by entering data.
- Login with fingerprint sensor.
- Restart wallet.
For help getting started with Flutter, view our online documentation.
You can follow this guide to get started without prior knoledge about flutter.
However, I recommend you go through the steps below if you have enough time.
- Install Android Studio for building Android.
- Install xCode for building iOS.
- Install Flutter, See Getting Started with Flutter.
- Install PDD, More about PDD here.
- We prefer using VSCode
- Run
flutter packages get
first to download the dependencies. Before running tests, create a filezold_wallet/test/secret.dart
execute all commands in the diezold_wallet
- Run
flutter test
to execute tests. - Run
flutter run
to try it live on running emulator or usb connected device. - Run
flutter build apk
to generate APK file. - Run
flutter build ios
to package iOS app.
Before submitting a PR make sure all these commands work.
flutter test
flutter build apk
pdd -f /dev/null -v