README (764B)
1 Description 2 =========== 3 4 The Libeufin bank implements a simple core banking system with 5 account and REST APIs, including REST APIs for a Web interface 6 and REST APIs to interact with GNU Taler components. 7 8 It also will provide a server side implementation of multiple 9 banking protocols currently used in the European Union. Notably, the 10 EBICS, FinTS, and the major protocols that banks will employ to respect 11 the PSD2 regulation: https://ec.europa.eu/info/law/payment-services-psd-2-directive-eu-2015-2366_en 12 13 14 Running the Bank 15 =================== 16 17 Run the Bank with the following command 18 19 $ cd <this repository> 20 $ ./gradlew bank:run --console=plain --args=serve [--db-name=<my-db>] 21 22 Documentation 23 ============= 24 25 See https://docs.taler.net/ for the documentation.