taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 6b7a3a37bc69b21ccf5123d67f4f3951820a19bb
parent ce6af6e74e36e914de4a4a1cba069ae5feb1980d
Author: MS <ms@taler.net>
Date:   Tue, 14 Mar 2023 08:50:43 +0100

rewording

Diffstat:
Mlibeufin/local-currencies-tutorial.rst | 15++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/libeufin/local-currencies-tutorial.rst b/libeufin/local-currencies-tutorial.rst @@ -3,13 +3,14 @@ Create a local currency (experimental) This tutorial shows how to setup LibEuFin to act as the bank of a local currency. The main features include the -registration and removal of user accounts, and the possibility -to convert the local currency into fiat. +registration and removal of user accounts *(only) by the +admin*, and the possibility to convert the local currency +into fiat. -The banking capabilities used along the tutorial live in a -LibEuFin service called *Sandbox*. In particular, we'll rely -on the :ref:`Circuit API <circuit-api>`. More information -about libEufin can be found in the :doc:`How-To page </libeufin/nexus-tutorial>`. +The banking capabilities are offered by a LibEuFin service +called *Sandbox*. In particular, the tutorial relies on the +:ref:`Circuit API <circuit-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 either `from sources <install-from-sources_>`_, or `with Docker <docker-setup_>`_. @@ -60,7 +61,7 @@ If Sandbox is running, jump to `this part <after-installation_>`_. Install and config with Docker ============================== -First, pull the deployment repository: +First, clone the deployment repository: .. code-block:: console