Toncoin Wallet (Android)
This is the source code and build instructions for a TON Wallet implementation for Android.
How to build
- Install Android Studio 3.5.1, Android 10.0 SDK and Android NDK 20.0.5594570
- Place your release.keystore file into the app/config folder.
- Open gradle.properties and fill RELEASE_KEY_PASSWORD, RELEASE_KEY_ALIAS and RELEASE_STORE_PASSWORD with values to access your keystore.
- Open the project in the Android Studio (note that it should be opened, NOT imported) and build.