Stack Wallet, a multicoin, cryptocurrency wallet
Find a file
2022-08-28 20:25:53 +08:00
.github/workflows workflows firo 2022-08-26 22:24:41 +08:00
.vscode first commit 2022-08-26 16:11:35 +08:00
android possible fix for monero syncing bug 2022-08-28 00:06:04 +08:00
assets first commit 2022-08-26 16:11:35 +08:00
crypto_plugins possible fix for monero syncing bug 2022-08-28 00:06:04 +08:00
google_fonts first commit 2022-08-26 16:11:35 +08:00
integration_test first commit 2022-08-26 16:11:35 +08:00
ios first commit 2022-08-26 16:11:35 +08:00
lib Merge branch 'ui-testing' into staging 2022-08-28 20:25:53 +08:00
linux first commit 2022-08-26 16:11:35 +08:00
macos first commit 2022-08-26 16:11:35 +08:00
scripts include git commit build history 2022-08-26 20:28:26 +08:00
test WIP: firo tests 2022-08-26 15:08:46 -06:00
windows first commit 2022-08-26 16:11:35 +08:00
.gitignore first commit 2022-08-26 16:11:35 +08:00
.gitmodules added back the crypto_plugins 2022-08-26 16:15:29 +08:00
.metadata first commit 2022-08-26 16:11:35 +08:00
analysis_options.yaml possible fix for monero syncing bug 2022-08-28 00:06:04 +08:00
LICENSE first commit 2022-08-26 16:11:35 +08:00
pubspec.lock first commit 2022-08-26 16:11:35 +08:00
pubspec.yaml change build 2022-08-26 11:34:44 -06:00
README.md first commit 2022-08-26 16:11:35 +08:00

Stack Wallet

put details here

Playstore

Feature List

put features here

Build and run

Prerequisites

  • Flutter SDK Requirement (>=2.12.0, up until <3.0.0)
  • Android/iOS dev setup (Android Studio, xCode and subsequent dependencies)

After that download the project and init the submodules

git clone https://github.com/cypherstack/Campfire.git
cd Campfire
git submodule update --init --recursive

Building plugins for Android

cd crypto_plugins/flutter_liblelantus/scripts/android/
// note if you are on a mac go one directory further to android_on_mac
./build_all.sh
// when finished go back to the root directory
cd ../../../..

Building plugins for IOS

cd crypto_plugins/flutter_liblelantus/scripts/ios/
./build_all.sh
// when finished go back to the root directory
cd ../../../..

Building plugins for testing on Linux

cd crypto_plugins/flutter_liblelantus/scripts/linux/
./build_all.sh
// when finished go back to the root directory
cd ../../../..

Finally, plug in your android device or use the emulator available via Android Studio and then run the following commands:

flutter pub get
flutter run