Skip to content

oxen-io/oxen-mobile-wallet

 
 

Repository files navigation

Oxen Wallet

The Oxen Wallet is a Fork of the Cake Wallet.

Build

  1. Get flutter_3.0.0 from https://docs.flutter.dev/release/archive

  2. Get the jdk version 11 and install it.

  3. Get Dependencies from pub

    JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/ <flutter_3.0.0 folder>/bin/flutter pub get
  4. Run the build_runner to create generated dependency files:

    flutter pub run build_runner build --delete-conflicting-outputs
  5. 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

  6. Generate Launcher Icons

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

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

    dart tool/secrets.dart
  9. 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

Copyright © 2021-2022 The Oxen Project

Copyright © 2020 Konstantin Ullrich

Copyright © 2020 Cake Technologies LLC

About

A Mobile Wallet for Oxen

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 96.1%
  • C++ 2.8%
  • Ruby 0.3%
  • Shell 0.2%
  • Kotlin 0.2%
  • Dockerfile 0.1%
  • Other 0.3%