summaryrefslogtreecommitdiff
path: root/cashier/README.md
blob: 43821257c0b08fba3beacc7b2f91caf8550df9f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# GNU Taler Cashier App

The purpose of this app is to enable people (a cashier) to take cash and give out e-cash.

## Building

You can import the project into Android Studio
or build it with Gradle on the command line (from the repository root):

    $ ./bootstrap
    $ ./gradlew :cashier:build

More information can be found in the
[Taler developer manual](https://docs.taler.net/developers-manual.html#build-apps-from-source).