gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: Libeufin tutorial.


From: gnunet
Subject: [taler-docs] branch master updated: Libeufin tutorial.
Date: Wed, 04 Jan 2023 09:51:31 +0100

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 613e615  Libeufin tutorial.
613e615 is described below

commit 613e61583ff4d75d62040b451f473943cf658d00
Author: MS <ms@taler.net>
AuthorDate: Wed Jan 4 09:49:40 2023 +0100

    Libeufin tutorial.
    
    The user is not required to enter the complete
    demobank URL anymore.
---
 libeufin/nexus-tutorial.rst | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 1d50ad5..249fb6c 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -235,28 +235,22 @@ the respective value is not specified on the command line.
 Next, register a user.  For the ``libeufin-cli sandbox demobank register``
 command, the ``LIBEUFIN_SANDBOX_USERNAME`` and ``LIBEUFIN_SANDBOX_PASSWORD``
 are assumed to be ``jrluser`` and ``easy``, respectively.
-Also, the URL for all ``libeufin-cli sandbox demobank`` commands
-must include the name of a bank, as follows:
+
+.. note::
+
+  All the following commands address the ``default`` demobank, see 
``libeufin-cli sandbox demobank --help``.
 
 .. code-block:: console
 
    $ export LIBEUFIN_SANDBOX_USERNAME=jrluser
    $ export LIBEUFIN_SANDBOX_PASSWORD=easy
-   $ libeufin-cli sandbox \
-      --sandbox-url http://localhost:5016/demobanks/default \
-      demobank register
-
-In this example, the bank name is ``default``.  In these examples, we use the
-``--sandbox-url`` option for the ``demobank`` commands, so that we don't need
-to change the environment variable ``LIBEUFIN_SANDBOX_URL`` for the
-non-``demobank`` commands.
+   $ libeufin-cli sandbox demobank register
 
 Check the balance of the user just created:
 
 .. code-block:: console
 
    $ libeufin-cli sandbox \
-      --sandbox-url http://localhost:5016/demobanks/default \
       demobank info --bank-account jrluser
 
 With a user registered, we can now create an EBICS subscriber (identified by
@@ -273,7 +267,6 @@ are reset back to ``admin`` and ``secret``, respectively.
    $ export LIBEUFIN_SANDBOX_USERNAME=admin
    $ export LIBEUFIN_SANDBOX_PASSWORD=secret
    $ libeufin-cli sandbox \
-      --sandbox-url http://localhost:5016/demobanks/default \
       demobank new-ebicssubscriber \
       --host-id testhost \
       --partner-id partner01 \

-- 
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]