Stack Wallet, a multicoin, cryptocurrency wallet
Find a file
2022-09-15 21:41:12 +02: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 Add namecoin image 2022-09-13 20:00:43 +02:00
crypto_plugins epic fix 2022-09-03 20:44:06 -06: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 change build 2022-09-03 20:29:54 -06:00
lib WIP: BCH and NMC tests 2022-09-15 21:41:12 +02:00
linux ubuntu 20 2022-09-01 12:29:33 +08:00
macos first commit 2022-08-26 16:11:35 +08:00
scripts change build 2022-09-03 19:41:29 -06:00
test WIP: BCH and NMC tests 2022-09-15 21:41:12 +02: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 Add namecoin image 2022-09-13 20:00:43 +02:00
README.md update Readme 2022-09-08 09:11:53 +08:00

codecov

Stack Wallet

Stack Wallet is a fully open source cryptocurrency wallet. With an easy to use user interface and quick and speedy transactions, this wallet is ideal for anyone no matter how much they know about the cryptocurrency space. The app is actively maintained to provide new user friendly features.

Playstore

Feature List

Highlights include:

  • 5 Different cryptocurrencies
  • All private keys and seeds stay on device and are never shared.
  • Easy backup and restore feature to save all the information that's important to you.
  • Trading cryptocurrencies through our partners.
  • Custom address book
  • Favorite wallets with fast syncing
  • Custom Nodes.
  • Open source software.

Build and run

Prerequisites

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

You will need to install all dependencies listed in each of the plugins in the crypto_plugins folder. (eg. Monero, Epic Cash ) as of Sep 8th 2022 that is:

Install Rust

cargo install cargo-ndk
rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android

sudo apt install libc6-dev-i386
sudo apt install build-essential cmake git libgit2-dev clang libncurses5-dev libncursesw5-dev zlib1g-dev pkg-config llvm 
sudo apt install build-essential debhelper cmake libclang-dev libncurses5-dev clang libncursesw5-dev cargo rustc opencl-headers libssl-dev pkg-config ocl-icd-opencl-dev
sudo apt install unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake openjdk-8-jre-headless

Building plugins for Android

cd scripts/android/
./build_all.sh
// when finished go back to the root directory
cd ../..

Building plugins for testing on Linux

cd 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

Note on Emulators: Only x86_64 emulators are supported, x86 emulators will not work