taler-code-examples

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

commit 83dc8ab2f81d99445e4a3bcaa108593e43c70d5d
parent 1356af6ca4a8b9b8c0b77b8744b702474a6c006a
Author: Iván Ávalos <avalos@disroot.org>
Date:   Thu, 26 Sep 2024 13:48:27 +0200

add README.md to Anastasis/wallet demo apps

Diffstat:
AAndroid/anastasis-integration-demo-app/README.md | 23+++++++++++++++++++++++
AAndroid/wallet-integration-demo-app/README.md | 22++++++++++++++++++++++
2 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/Android/anastasis-integration-demo-app/README.md b/Android/anastasis-integration-demo-app/README.md @@ -0,0 +1,23 @@ +# Anastasis integration demo app + +The purpose of this demo app is to showcase the integration between +the [Anastasis](https://anastasis.lu/) app for Android and any +third-party apps that wish to implement backup support. The +communication is done via an Intent- and URI-based API. + +The Anastasis app targeted by this demo app can be found in the +unmerged development branch +`Code` dev/amrsalah3/anastasis-wallet-integration` of the +[taler-android.git](https://git.taler.net/taler-android.git) +repository. + +The specification of the Anastasis integration API can be found in +this [Google Docs +document](https://docs.google.com/document/d/1XQvb1k7QtxtVk4Zcb-0bioCyvnyAZbUidrVeSGRIeO4/) + +The Anastasis app was developed by Iván Ávalos\' for Google Summer of +Code 2023 (more information about the project +[here](https://git.taler.net/taler-android.git/tree/gsoc-23-ivan-avalos-report.md?h=dev/amrsalah3/anastasis-wallet-integration)), +while the integration API and this demo app were developed by Amr +Salah for Google Summer of Code 2024 (more information about the +project [here](https://github.com/amrsalah3/GSoC24-GNU)). diff --git a/Android/wallet-integration-demo-app/README.md b/Android/wallet-integration-demo-app/README.md @@ -0,0 +1,22 @@ +# Wallet integration demo app + +This demo app showcases the integration of third-party apps with the +Taler wallet Android app via an Intent- and URI-based API that allows +them to call to wallet in order to perform actions such as paying one +or multiple orders. + +Wallet support for the integration API is currently in development and +can be found in the unmerged development branch +`dev/amrsalah3/anastasis-wallet-integration` of the +[taler-android.git](https://git.taler.net/taler-android.git) +repository. + +The specification of the integration API showcased in this app can be +found in the branch `dev/amr-salah/gsoc2024-wallet-integration-specs` +of the [lsd0006.git](https://git.gnunet.org/lsd0006.git) repository in +GNUnet. + +The wallet integration API and this demo app were developed as part of +Amr Salah\'s project for Google Summer of Code 2024, more information +about the project can be found +[here](https://github.com/amrsalah3/GSoC24-GNU).