You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
- All private keys and seeds stay on device and are never shared.
13
+
- Easy backup and restore feature to save all the information that's important to you.
14
+
- Trading cryptocurrencies through our partners.
15
+
- Custom address book
16
+
- Favorite wallets with fast syncing
17
+
- Custom Nodes.
18
+
- Open source software.
10
19
11
20
## Build and run
12
21
### Prerequisites
13
-
- Flutter 3.0.5
22
+
- The only OS supported for building is Ubuntu 20.04
23
+
- A machine with at least 100 GB of Storage
24
+
- Flutter 3.0.5 [(install manually or with git, do not install with snap)](https://docs.flutter.dev/get-started/install)
14
25
- Dart SDK Requirement (>=2.17.0, up until <3.0.0)
15
-
- Android/iOS dev setup (Android Studio, xCode and subsequent dependencies)
26
+
- Androidsetup ([Android Studio](https://developer.android.com/studio) and subsequent dependencies)
16
27
17
28
After that download the project and init the submodules
18
29
```
@@ -21,18 +32,22 @@ cd stack_wallet
21
32
git submodule update --init --recursive
22
33
```
23
34
24
-
Building plugins for Android
25
-
```
26
-
cd scripts/android/
27
-
./build_all.sh
28
-
// when finished go back to the root directory
29
-
cd ../..
35
+
You will need to install all dependencies listed in each of the plugins in the crypto_plugins folder. (eg. [Monero](https://github.com/cypherstack/flutter_libmonero), [Epic Cash](https://github.com/cypherstack/flutter_libepiccash) ) as of Sep 8th 2022 that is:
0 commit comments