zold wallet
zold wallet built in flutter (android and ios platform).
use it to pay or receive zolds and view your wallet balance and transactions.
use it to pay or receive zolds and view your wallet balance and transactions.
features
- [x] pull wallet.
- [x] see transactions history.
- [x] generate qr code to accept payment.
- [x] pay by scanning qr or by entering data.
- [x] login with fingerprint sensor.
- [x] restart wallet.
getting started with flutter zold wallet
for help getting started with flutter, view our online
documentation.
how to contribute
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.
installation
- 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
building
- 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.
submiting a pr
before submitting a pr make sure all these commands work.
flutter test
flutter build apk
pdd -f /dev/null -v
Comments are closed.