taler-android

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

README.md (1191B)


      1 # GNU Taler Android Code Repository
      2 
      3 This git repository contains code for GNU Taler Android apps and libraries.
      4 The official location is: 
      5 
      6     https://git.taler.net/taler-android.git
      7     
      8 ## Structure
      9 
     10 * [**cashier**](/cashier) - an Android app that enables you to take cash and give out electronic cash
     11 * [**merchant-lib**](/merchant-lib) - a library providing communication with a merchant backend
     12   to be used by the point of sale app below.
     13 * [**merchant-terminal**](/merchant-terminal) - a merchant point of sale terminal Android app
     14   that allows sellers to
     15   process customers’ orders by adding or removing products,
     16   calculate the amount owed by the customer
     17   and let the customer make a Taler payment via QR code or NFC.
     18 * [**taler-kotlin-android**](/taler-kotlin-android) - an Android library containing common code
     19   needed by more than one Taler Android app.
     20 * [**wallet**](/wallet) - a GNU Taler wallet Android app
     21 
     22 ## Building
     23 
     24 You can get a list of possible build tasks like this:
     25     
     26     $ ./gradlew tasks
     27     
     28 See the [Taler developer manual](https://docs.taler.net/developers-manual.html#build-apps-from-source).
     29 for more information about building individual apps.