A Mobile Wallet for Oxen
Go to file
Jason Rhinelander ffc56641a0
Update dependency versions
2023-01-06 13:45:58 -04:00
.github Add Pull template 2020-11-20 18:37:30 +01:00
android Flutter fixes and package updates 2022-09-07 16:15:42 -03:00
assets Add caliban.org public RPC 2022-07-04 11:23:33 -03:00
ios Version bump 2023-01-06 13:33:53 -04:00
lib Allow -'s in node hostname 2023-01-06 13:18:28 -04:00
oxen_coin Redirect stdout/stderr to android logcat 2023-01-06 13:12:50 -04:00
test Refactoring 2021-01-04 09:58:24 +01:00
tool Added android build script 2022-09-07 17:19:29 -03: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 Update version 2022-06-13 17:11:02 -03:00
analysis_options.yaml Dependency updates 2022-06-10 12:26:48 -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 Update dependency versions 2023-01-06 13:45:58 -04:00
pubspec.yaml Update dependency versions 2023-01-06 13:45:58 -04: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 © 2021-2022 The Oxen Project

Copyright © 2020 Konstantin Ullrich

Copyright © 2020 Cake Technologies LLC