taler-code-examples

Reference examples (sample code)
Log | Files | Refs | README | LICENSE

README.md (1012B)


      1 # Wallet integration demo app
      2 
      3 This demo app showcases the integration of third-party apps with the
      4 Taler wallet Android app via an Intent- and URI-based API that allows
      5 them to call to wallet in order to perform actions such as paying one
      6 or multiple orders.
      7 
      8 Wallet support for the integration API is currently in development and
      9 can be found in the unmerged development branch
     10 `dev/amrsalah3/anastasis-wallet-integration` of the
     11 [taler-android.git](https://git.taler.net/taler-android.git)
     12 repository.
     13 
     14 The specification of the integration API showcased in this app can be
     15 found in the branch `dev/amr-salah/gsoc2024-wallet-integration-specs`
     16 of the [lsd0006.git](https://git.gnunet.org/lsd0006.git) repository in
     17 GNUnet.
     18 
     19 The wallet integration API and this demo app were developed as part of
     20 Amr Salah\'s project for Google Summer of Code 2024, more information
     21 about the project can be found
     22 [here](https://github.com/amrsalah3/GSoC24-GNU). The code in this
     23 repository is licensed under the GPLv3 license.