README.md (610B)
1 # GNU Taler Point of Sale merchant terminal 2 3 This merchant point of sale terminal Android app allows sellers to 4 5 * process customers’ orders by adding or removing products, 6 * calculate the amount owed by the customer and 7 * let the customer make a Taler payment via QR code or NFC. 8 9 ## Building 10 11 You can import the project into Android Studio 12 or build it with Gradle on the command line (from the repository root): 13 14 $ ./bootstrap 15 $ ./gradlew :merchant-terminal:build 16 17 More information can be found in the 18 [Taler developer manual](https://docs.taler.net/developers-manual.html#build-apps-from-source).