summaryrefslogtreecommitdiff
path: root/sandbox/README
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/README')
-rw-r--r--sandbox/README21
1 files changed, 0 insertions, 21 deletions
diff --git a/sandbox/README b/sandbox/README
deleted file mode 100644
index 4e82d682..00000000
--- a/sandbox/README
+++ /dev/null
@@ -1,21 +0,0 @@
-Description
-===========
-
-The Libeufin Sandbox aims at implementing the server side of multiple
-banking protocols currently used in the European Union. Notably, the
-EBICS, FinTS, and the major protocols that banks will employ to respect
-the PSD2 regulation: https://ec.europa.eu/info/law/payment-services-psd-2-directive-eu-2015-2366_en
-
-
-Running the sandbox
-===================
-
-Run the sandbox with the following command
-
-$ cd <this repository>
-$ ./gradlew sandbox:run --console=plain --args=serve [--db-name=<my-db>]
-
-Documentation
-=============
-
-See https://docs.libeufin.tech/ for the documentation.