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