A Mobile Wallet for Oxen
Go to file
Jason Rhinelander bb17497310 Set schema to Release; disable trace logging 2021-01-13 21:46:43 -04:00
.github Add Pull template 2020-11-20 18:37:30 +01:00
android Set keystore for signed release build 2021-01-11 01:15:58 -04:00
assets Remove more unnecessary assets 2021-01-06 21:58:39 +01:00
ios Set schema to Release; disable trace logging 2021-01-13 21:46:43 -04:00
lib Minor adjustments 2021-01-07 15:21:33 +01:00
oxen_coin Set schema to Release; disable trace logging 2021-01-13 21:46:43 -04: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 Add Deployment Guide 2021-01-07 16:48:36 +01:00
LICENSE.md Huge refactoring, because loki is now oxen 2020-11-10 14:11:29 +01:00
README.md Change example arch to arm64 2021-01-11 00:12:28 -04:00
analysis_options.yaml Fixed getting of subaddresses for current selected account 2020-01-09 11:30:30 +02:00
privacy-policy.md Reformat 2021-01-10 23:32:32 -04:00
pubspec.lock Stake Fixes and better Language 2020-12-27 01:32:42 +01:00
pubspec.yaml Updates for app store upload 2021-01-10 23:19:11 -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

    flutter pub run build_runner build
    
  3. Build the Oxen Static Libs and paste them into oxen_coin/ios/External/android/oxen
    wallet2_api.h in the folder /include
    libwallet_api.a into their abi folder in /lib. For example: /lib/arm64-v8a
    For iOS: extract to oxen_coin/ios/External/ios/oxen (and do not use an abi folder).

  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
    

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