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.
Highlights include:
- 23 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.
- No ads.
You can look at the build instructions for more details.
Use one shared toolchain path for both nix develop and direnv.
- Enable direnv for this repo (optional convenience):
.envrcusesuse flake- run
direnv allow
- Enter the flake environment (if not using direnv):
nix develop
- Run build:
make build-macos
Use this only when you are not building through Nix/flake.
- Install host tools:
make bootstrap-macos
- Run build:
make build-macos