Skip to content

graft-project/Graft-mobile-wallet

 
 

Repository files navigation

Graft Wallet

The Graft Wallet is a Fork of the Cake/Oxen Wallet.

Build

  1. Get Dependencies from pub

    flutter pub get
  2. Run the build_runner

    flutter pub run build_runner build
  3. To download the latest build of the Graft Dependencies run

    ./tool/download-android-deps.sh https://graft.rocks/graft-io/graft-core/graft-stable-android-deps-LATEST.tar.xz
    ./tool/download-ios-deps.sh https://graft.rocks/graft-io/graft-core/graft-stable-ios-deps-LATEST.tar.xz
    

    Or build the Graft Dependencies and copy the Android deps into graft_coin/ios/External/android/graft and the ios into graft_coin/ios/External/ios/graft

  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

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

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.6%
  • C++ 2.5%
  • Ruby 0.3%
  • Kotlin 0.2%
  • Swift 0.1%
  • Shell 0.1%
  • Other 0.2%