Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 548 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 548 Bytes

Test Gram Wallet (Android)

This is the source code and build instructions for a TON Testnet 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.