A Mobile Wallet for Oxen
Go to file
Jason Rhinelander 78aa823dc8
README build updates
2022-04-18 20:13:12 -03:00
.github Add Pull template 2020-11-20 18:37:30 +01:00
android Dart modernization & various updates/fixes/enhancements 2022-04-18 20:13:12 -03:00
assets Dart modernization & various updates/fixes/enhancements 2022-04-18 20:13:12 -03:00
ios Dart modernization & various updates/fixes/enhancements 2022-04-18 20:13:12 -03:00
lib Dart modernization & various updates/fixes/enhancements 2022-04-18 20:13:12 -03:00
oxen_coin Dart modernization & various updates/fixes/enhancements 2022-04-18 20:13:12 -03:00
test Refactoring 2021-01-04 09:58:24 +01:00
tool Add android deps download tool 2021-01-11 00:12:28 -04:00
.gitignore Create empty directories for external libs 2021-01-06 14:11:44 -04:00
.metadata Added the project 2020-01-04 21:31:52 +02:00
Deployment.md Made the Instructions simpler 2021-02-17 19:18:06 +01:00
LICENSE.md Huge refactoring, because loki is now oxen 2020-11-10 14:11:29 +01:00
README.md README build updates 2022-04-18 20:13:12 -03:00
analysis_options.yaml Dart modernization & various updates/fixes/enhancements 2022-04-18 20:13:12 -03:00
l10n.yaml Dart modernization & various updates/fixes/enhancements 2022-04-18 20:13:12 -03:00
privacy-policy.md Typo 2021-03-25 23:25:33 +01:00
pubspec.lock Dart modernization & various updates/fixes/enhancements 2022-04-18 20:13:12 -03:00
pubspec.yaml Dart modernization & various updates/fixes/enhancements 2022-04-18 20:13:12 -03:00

README.md

Oxen Wallet

The Oxen Wallet is a Fork of the Cake Wallet.

Build

  1. Get Dependencies from pub

    flutter pub get
    
  2. Run the build_runner to create generated dependency files:

    flutter pub run build_runner build --delete-conflicting-outputs
    
  3. 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 into oxen_coin/ios/External/ios/oxen

  4. Generate Launcher Icons

    flutter pub run flutter_launcher_icons:main
    
  5. Create Encryption Keys (Only needed if .secrets-.json is empty)

    dart tool/create_secrets.dart
    
  6. Add Key to the application

    dart tool/secrets.dart
    
  7. Run the app

    flutter run
    

or build APKs with:

flutter build apk --split-per-abi

or build an .aab (for Google Play Store) with:

flutter build appbundle

Copyright (c) 2020 Konstantin Ullrich.
Copyright (c) 2020 Cake Technologies LLC.