Natrium - Fast, Robust & Secure NANO Wallet
Natrium is a cross-platform mobile wallet for the NANO cryptocurrency. It is written in Dart using Flutter.
Server
Natrium's backend server can be found here
Contributing
- 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.
Building
Android (armeabi-v7a): flutter build apk
Android (arm64-v8a): flutter build apk --target=android-arm64
iOS: flutter build ios
If you have a connected device or emulator you can run and deploy the app with flutter run