The Oxen Wallet is a Fork of the Cake Wallet.
-
Get Dependencies from pub
flutter pub get
-
Run the build_runner
flutter pub run build_runner build
-
To download the latest build of the Oxen Dependencies run
./tool/download-android-deps.sh https://oxen.rocks/oxen-io/oxen-core/oxen-stable-android-deps-LATEST.tar.xz ./tool/download-ios-deps.sh https://oxen.rocks/oxen-io/oxen-core/oxen-stable-ios-deps-LATEST.tar.xz
Or build the Oxen Dependencies and copy the Android deps into
oxen_coin/ios/External/android/oxen
and the ios intooxen_coin/ios/External/ios/oxen
-
Generate Launcher Icons
flutter pub run flutter_launcher_icons:main
-
Create Encryption Keys (Only needed if .secrets-.json is empty)
dart tool/create_secrets.dart
-
Add Key to the application
dart tool/secrets.dart
-
Run the app
flutter run
Copyright (c) 2020 Konstantin Ullrich.
Copyright (c) 2020 Cake Technologies LLC.