natrium 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
- download the repository and download 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
Comments are closed.