taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 4f7f4a5fe02f8f5869673ec61f2b960a4ba62c58
parent 730ded116c49a03201cbe2b8a3ab8ec9e94e06d6
Author: Florian Dold <florian@dold.me>
Date:   Thu, 23 Feb 2023 00:50:33 +0100

document manual reserve creation

Diffstat:
Msandcastle/README | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/sandcastle/README b/sandcastle/README @@ -72,6 +72,23 @@ $ docker-compose up $image-name 'bank', 'exchange', 'merchant', 'talerdb' are valid values for $image-name. +Enabling tipping +================ + +The following command manually creates a tipping reserve: + +$ taler-harness deployment tip-topup --merchant-url https://backend.demo.taler.net/instances/survey/ --merchant-apikey=$MERCHANT_APIKEY --bank-access-url https://bank.demo.taler.net/demobanks/default/access-api/ --wire-method=iban --amount=KUDOS:5000 --bank-account=survey-at-sandbox --bank-password=$SURVEY_SECRET --exchange-url https://exchange.demo.taler.net/ + +The status of tipping reserves can be checked via: + +$ taler-harness deployment tip-status --merchant-url https://backend.demo.taler.net/instances/survey/ --merchant-apikey=$MERCHANT_APIKEY + +To purge all non-funded tipping reserves, run: + +$ taler-harness deployment tip-cleanup --merchant-url https://backend.demo.taler.net/instances/survey/ --merchant-apikey=$MERCHANT_APIKEY + + + How to run ==========