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
- 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
Comments are closed.