summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-24 19:21:08 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-24 19:21:08 +0200
commit74677857773059392241179aa3658205096a9def (patch)
treeb69fc0ddb6ef32840d17ed3b2cbb761fcb52e092 /libeufin
parenteafdf52131f8635b523163c35786e97101e1b871 (diff)
downloaddocs-74677857773059392241179aa3658205096a9def.tar.gz
docs-74677857773059392241179aa3658205096a9def.tar.bz2
docs-74677857773059392241179aa3658205096a9def.zip
fix build
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/local-currencies-tutorial.rst12
-rw-r--r--libeufin/nexus-tutorial.rst2
2 files changed, 7 insertions, 7 deletions
diff --git a/libeufin/local-currencies-tutorial.rst b/libeufin/local-currencies-tutorial.rst
index 7b023ae2..9fa8be99 100644
--- a/libeufin/local-currencies-tutorial.rst
+++ b/libeufin/local-currencies-tutorial.rst
@@ -9,7 +9,7 @@ into fiat (a.k.a. cashing out).
The banking capabilities are offered by a LibEuFin service
called *Sandbox*. In particular, the tutorial relies on the
-:ref:`Libeufin Bank API <libeufin-bank-api>`. More information about libEufin
+:ref:`Core Bank API <corebank-api>`. More information about libEufin
can be found in the :doc:`How-To page </libeufin/nexus-tutorial>`.
The following sections show how to install and launch Sandbox
@@ -221,7 +221,7 @@ by the merchant. The two values will be checked by the bank along
this request, to make sure that both parties agree.
.. note::
-
+
The current version has a fixed **0.95** conversion rate for cashing
out. Future version will make this value configurable.
@@ -297,10 +297,10 @@ it, as the administrator, with the following command
.. _delete-account:
.. code-block:: console
-
+
export LIBEUFIN_SANDBOX_USERNAME=admin
export LIBEUFIN_SANDBOX_PASSWORD=secret
-
+
libeufin-cli \
sandbox demobank \
circuit-delete-account --username circuit-shop
@@ -353,9 +353,9 @@ error like the following:
Every Circuit API endpoint is addressed by a CLI subcommand
whose name starts with ``circuit-``. The following command
shows them.
-
+
.. code-block:: console
-
+
libeufin-cli sandbox demobank | grep circuit
.. _email-sms-setup:
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 7b501d6d..aeea4667 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -438,7 +438,7 @@ The responsible options are
For more information on the available commands, use the built-in ``--help`` flag.
The full functionality of the sandbox is available via
-the :ref:`Libeufin Bank API <libeufin-bank-api>`.
+the :ref:`Core Bank API <corebank-api>`.
Connect Nexus with the bank.
============================