Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tim06 authored May 17, 2023
1 parent 0c30570 commit 69f5c69
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# ton-wallet-contest
Android app for TON Wallet Challenge

# Build

Used studio version:
Android Studio Flamingo 2022.2.1 Patch 1

With studio:
1. Clone project
2. Open Android Studio
3. Open project
4. Click run after sync

With cli:
1. Setup java version 17 as JAVA_HOME
1. Clone project
2. cd ton-wallet-contest
3. ./gradlew app:assembleAfatRelease
4. apk path: ton-wallet-contest/app/afat/release/app-afat-release.apk

0 comments on commit 69f5c69

Please sign in to comment.