gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Instructions to use the CLI.


From: gnunet
Subject: [libeufin] branch master updated: Instructions to use the CLI.
Date: Wed, 04 Mar 2020 15:51:07 +0100

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 9cb01df  Instructions to use the CLI.
9cb01df is described below

commit 9cb01dfd692cfe95710c3b42fb7a09d78805221d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Mar 4 15:50:46 2020 +0100

    Instructions to use the CLI.
---
 cli/python/README | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 59 insertions(+)

diff --git a/cli/python/README b/cli/python/README
new file mode 100644
index 0000000..cfefa79
--- /dev/null
+++ b/cli/python/README
@@ -0,0 +1,59 @@
+1.  How to launch the Nexus.
+============================
+From the top directory of this Git repository (on a GNU/Linux system):
+    
+    ./gradlew nexus:run
+
+
+2.  How to use the CLI to request your transactions history.
+============================================================
+
+1.  *Before* executing the CLI, you need EBICS credentials
+  from your bank.
+
+2.  Once you obtained your credentials, you need to "store"
+  them into the Nexus.  After launching the Nexus (see #1),
+  give the command:
+    
+    libeufin-cli ebics new-subscriber \
+      --account-id=<mnemonic-token-you-choose> \
+      --ebics-url=<URL serving EBICS requests, your bank should have notified 
you one> \
+      --user-id=<EBICS specific user id, see your credentials> \
+      --partner-id=<EBICS specific partner id, see your credentials> \
+      --host-id=<EBICS specific token identifying the EBICS server, see your 
credentials> \
+      $NEXUS_BASE_URL
+
+3.  To upload your keys to the bank, and download the bank's.
+    
+    libeufin-cli ebics prepare 
--account-id=<mnemonic-token-you-chose-at-step-1>
+
+
+4 (recommended).  To get a backup of your EBICS keys:
+    
+    libeufin ebics backup \
+        --account-id=<mnemonic-token-you-chose-at-step-2> \
+        --output-file=<path to where to store the backup>
+
+5.  You can now ask for the transactions history concerning your
+  EBICS subscriber.
+    
+    libeufin ebics c52 --account-id=<mnemonic-token-you-chose-at-step-2>
+
+
+3.  Further information
+=======================
+
+1.  To link your bank accounts to your EBICS subscriber.
+
+    libeufin-cli ebics fetch-accounts \
+      --account-id=<mnemonic-token-you-chose-at-step-2> \
+      --prepare \ # shortcut to upload your keys at the bank, and download the 
bank's
+      $NEXUS_BASE_URL
+
+2 To see all of your bank accounts that are known to the Nexus.
+
+    libeufin-cli ebics bank-accounts \
+      --account-id=<mnemonic-token-you-chose-at-step-2> \
+      $NEXUS_BASE_URL
+
+

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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