https://github.com/pradel/blockstack-wallet
đ§ The project is still in beta, use it at your own risk đ§
https://github.com/pradel/blockstack-wallet
Last synced: about 1 year ago
JSON representation
đ§ The project is still in beta, use it at your own risk đ§
- Host: GitHub
- URL: https://github.com/pradel/blockstack-wallet
- Owner: pradel
- License: mit
- Created: 2020-06-09T10:12:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T01:32:29.000Z (over 3 years ago)
- Last Synced: 2025-03-28T18:11:34.632Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 3.83 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# blockstack-wallet
> đ§ The project is still in beta, use it at your own risk đ§
The open source mobile wallet that enables STX holders to send, receive and stack their tokens.
## Download
The app is in the process of being submitted to the stores. In the meantime you can download the application APK for android in the assets of the [releases](https://github.com/pradel/blockstack-wallet/releases).
## Features
- Send an receive Stacks
- List the transactions and display current balance
- Stacking dashboard
- Stake Stacks
- On testnet receive tokens from the faucet
- The private keys are stored securely
- Beautiful UI
- Light / dark mode
- Mainnet / Testnet support
## Philosophy
The aim of the project is to enable people to use the Stacks blockchain easily and without a strong technical knowledge. All the interactions should be able to be done via an easy to use and nice looking interface without compromising on security.
## Security
- Your private keys are saved encrypted and never leave your phone. We use [expo SecureStore](https://docs.expo.io/versions/latest/sdk/securestore/) to save your private key encrypted in the secure enclave.
- Over the air updates are disabled, the app can only be updated through the store, or via the APK file. That way an attacker won't be able to inject malicious code via OTA.
## Built with
- react-native with expo bare workflow
- react-native-paper - UI design system
- react-navigation - Routing
- typescript
- blockstack SDK
## Contributing
Read our [contributing guide](CONTRIBUTING.md) to see how to locally setup the repository and see our development process.
## License
MIT Š [LÊo Pradel](https://www.leopradel.com/)