Vecno Wallet is a non-custodial wallet for Vecno, available for Android and iOS. It is written in Dart using Flutter.
| Link | Description |
|---|---|
| vecnofoundation.org | Vecno Blockchain Homepage |
- Fork the repository and clone it to your local machine
- Follow the instructions here to install the Flutter SDK
- Setup Android Studio or Visual Studio Code.
Android:
flutter build apkiOS:
flutter build iosIf you have a connected device or emulator you can run the app right from your development machine.
Debug mode:
flutter runRelease mode:
flutter run --releaseFor some details regarding translations, have a look at Translations and translators.
If you need any help, feel free to file a feature request or an issue if you do not manage to find a solution.
Vecno Wallet started as a fork of Natrium - https://github.com/appditto/natrium_wallet_flutter
And a fork of Kaspium - https://github.com/azbuky/kaspium_wallet
Vecno Wallet is released under the MIT License. For more details see the LICENSE