stack_wallet/README.md

39 lines
1.6 KiB
Markdown
Raw Normal View History

2022-08-28 13:53:21 +00:00
[![codecov](https://codecov.io/gh/cypherstack/stack_wallet/branch/main/graph/badge.svg?token=PM1N56UTEW)](https://codecov.io/gh/cypherstack/stack_wallet)
2022-08-26 08:11:35 +00:00
# Stack Wallet
2022-09-08 01:11:53 +00:00
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.
2022-08-26 08:11:35 +00:00
2023-04-18 20:42:39 +00:00
<a href="https://play.google.com/store/apps/details?id=com.cypherstack.stackwallet">
<img width="250px" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"></img>
</a>
2022-08-26 08:11:35 +00:00
## Feature List
2022-09-08 01:11:53 +00:00
Highlights include:
2023-04-20 21:03:59 +00:00
- 11 Different cryptocurrencies:
- [Bitcoin](https://bitcoin.org/en/)
- [Bitcoin Cash](https://bch.info/en/)
- [Dogecoin](https://dogecoin.com/)
- [Epic Cash](https://linktr.ee/epiccash)
- [Ethereum](https://ethereum.org/en/)
- [Firo](https://firo.org/)
- [Litecoin](https://litecoin.org/)
- [Monero](https://www.getmonero.org/)
- [Namecoin](https://www.namecoin.org/)
- [Particl](https://particl.io/)
- [Wownero](https://wownero.org/)
2022-09-08 01:11:53 +00:00
- 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.
2023-04-18 20:42:39 +00:00
- No ads.
2022-08-26 08:11:35 +00:00
2023-04-18 20:42:39 +00:00
> You can find the roadmap [here](docs/roadmap.md).
2023-04-18 20:42:39 +00:00
## Building
2023-04-18 20:42:39 +00:00
You can look at the [build instructions](docs/building.md) for more details.