summaryrefslogtreecommitdiff
path: root/sandbox/README
blob: 4e82d6823309a943e59ba4758e643b7042d7ab73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.