gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: facade instructions


From: gnunet
Subject: [taler-docs] branch master updated: facade instructions
Date: Tue, 06 Oct 2020 17:48:01 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new f37cc08  facade instructions
f37cc08 is described below

commit f37cc089a166663c9fe69d19341c645de12bcb53
Author: MS <ms@taler.net>
AuthorDate: Tue Oct 6 17:47:55 2020 +0200

    facade instructions
---
 libeufin/nexus-tutorial.rst | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 167afe3..cd93594 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -228,3 +228,28 @@ for the requesting user.
         --passphrase $SECRET \
         --outputfile $BACKUP_FILE \
         $CONNECTION_NAME
+
+Creating a Taler facade
+=======================
+
+Facades are a additional abstraction layers that can serve
+specific purposes.  For example, one application might need
+a filtered version of the transaction history, or it might
+want to refuse payments that do not conform to certain rules.
+
+At this moment, only the *Taler facade type* is implemented
+in the Nexus, and the command below will show how to instantiate
+one under an existing bank account.
+
+.. code-block:: shell
+
+  libeufin-cli \
+    taler-facade \
+      new-facade \
+        --facade-name $FACADE_NAME \
+        $CUSTOM_RENAMING_FOR_ACCOUNT \
+        $CONNECTION_NAME
+
+At this point, the additional *taler-wire-gateway* (link here) API
+becomes offered by the Nexus.  The purpose is to let a Taler exchange
+to rely on Nexus to manage its bank account.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]