mirror of
https://github.com/appditto/natrium_wallet_flutter.git
synced 2026-03-13 10:30:53 +08:00
f3d8fb45a1bffeee02e26b3f8ee47e638b60dedb
Natrium - Fast, Robust & Secure NANO Wallet
What is Natrium?
Natrium is a cross-platform mobile wallet for the NANO cryptocurrency. It is written in Dart using Flutter.
| Link | Description |
|---|---|
| natrium.io | Natrium Homepage |
| nano.org | NANO Cryptocurrency Homepage |
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
Have a question?
If you need any help, feel free to file an issue if you do not manage to find a solution.
License
Natrium is released under the MIT License
Update translations:
flutter pub pub run intl_translation:extract_to_arb --output-dir=lib/l10n lib/localization.dart
flutter pub pub run intl_translation:generate_from_arb --output-dir=lib/l10n \
--no-use-deferred-loading lib/localization.dart lib/l10n/intl_*.arb
Languages
Dart
98.6%
Ruby
0.4%
Java
0.3%
Python
0.2%
Shell
0.2%
Other
0.2%



