gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libeufin] branch master updated: readme for modules


From: gnunet
Subject: [GNUnet-SVN] [libeufin] branch master updated: readme for modules
Date: Tue, 08 Oct 2019 13:43:49 +0200

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 b06b663  readme for modules
b06b663 is described below

commit b06b6631c075fe1c48c79b7b3d3172c0ec52098b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Oct 8 13:43:41 2019 +0200

    readme for modules
---
 build.gradle             |  2 +-
 nexus/README             | 20 ++++++++++++++++++++
 README => sandbox/README |  2 +-
 3 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 9d2da2c..59045d0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,7 +30,7 @@ subprojects {
 
     apply plugin : "application"
     apply plugin : "java"
-    
+
     dependencies {
         implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
         implementation "io.ktor:ktor-gson:1.1.5"
diff --git a/nexus/README b/nexus/README
new file mode 100644
index 0000000..f041695
--- /dev/null
+++ b/nexus/README
@@ -0,0 +1,20 @@
+Description
+===========
+
+The Libeufin Nexus implements a JSON API to let customers manages their
+bank accounts.  The Nexus will then convert those requests sent by customers
+into one of more technical protocols actually implemented by banks; notably,
+EBICS and FinTS.
+
+Running the sandbox
+===================
+
+Run the Nexus with the following command
+
+$ cd <this repository>
+$ ./gradlew run --console=plain -p nexus
+
+Documentation
+=============
+
+See https://docs.libeufin.tech/ for the documentation.
diff --git a/README b/sandbox/README
similarity index 92%
rename from README
rename to sandbox/README
index 24b9687..4919d03 100644
--- a/README
+++ b/sandbox/README
@@ -13,7 +13,7 @@ Running the sandbox
 Run the sandbox with the following command
 
 $ cd <this repository>
-$ ./gradlew run --console=plain
+$ ./gradlew run --console=plain -p sandbox
 
 Documentation
 =============

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



reply via email to

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