Stack Wallet, a multicoin, cryptocurrency wallet
Find a file
2022-08-29 09:31:29 -06:00
.github/workflows Update test.yaml 2022-08-29 09:31:29 -06: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 fixes firo but removes firo testnet 2022-08-29 21:50:02 +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 possible firo tests threading fix 2022-08-29 09:02:06 -06: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 possible firo tests threading fix 2022-08-29 09:02:06 -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 internal version bump 2022-08-29 09:57:23 +08:00
README.md add coverage badge for main branch 2022-08-28 21:53:21 +08:00

codecov

Stack Wallet

put details here

Playstore

Feature List

put features here

Build and run

Prerequisites

  • Flutter 3.0.5
  • 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/stack_wallet.git
cd stack_wallet
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