An open API service indexing awesome lists of open source software.

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

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.