taler-android

Android apps for GNU Taler (wallet, PoS, cashier)
Log | Files | Refs | README | LICENSE

README.md (444B)


      1 # GNU Taler Wallet
      2 
      3 This package implements a GNU Taler wallet for Android.
      4 It is currently a UI for the
      5 [wallet library written in TypeScript](https://git.taler.net/wallet-core.git).
      6 
      7 ## Building
      8 
      9 It can be built from the project's main directory with Gradle:
     10 
     11     $ ./bootstrap
     12     $ ./gradlew :wallet:build
     13 
     14 More information can be found in the
     15 [Taler developer manual](https://docs.taler.net/developers-manual.html#build-apps-from-source).