https://github.com/ton-blockchain/wallet-android
Standard wallet for Android
https://github.com/ton-blockchain/wallet-android
hacktoberfest
Last synced: 5 months ago
JSON representation
Standard wallet for Android
- Host: GitHub
- URL: https://github.com/ton-blockchain/wallet-android
- Owner: ton-blockchain
- License: gpl-2.0
- Created: 2019-10-31T15:18:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-09T11:27:28.000Z (about 3 years ago)
- Last Synced: 2025-05-13T14:23:49.316Z (about 1 year ago)
- Topics: hacktoberfest
- Language: C++
- Homepage:
- Size: 31 MB
- Stars: 120
- Watchers: 23
- Forks: 60
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Toncoin Wallet (Android)
This is the source code and build instructions for a TON Wallet implementation for Android.
### How to build
1. Install Android Studio 3.5.1, Android 10.0 SDK and Android NDK 20.0.5594570
2. Place your release.keystore file into the **app/config** folder.
3. Open gradle.properties and fill **RELEASE_KEY_PASSWORD**, **RELEASE_KEY_ALIAS** and **RELEASE_STORE_PASSWORD** with values to access your keystore.
4. Open the project in the Android Studio (note that it should be opened, NOT imported) and build.