commit bdab660e8d297d36e6366ac7443fdcad8d2491d3 parent f87eeb07eb607af49f30c1e9685a4e9825cfcf16 Author: Florian Dold <florian@dold.me> Date: Sun, 17 Jan 2021 19:49:34 +0100 high-level deployment plan Diffstat:
| M | presentations/bank/bank.tex | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/presentations/bank/bank.tex b/presentations/bank/bank.tex @@ -317,6 +317,20 @@ GNU Taler must ... \end{center} \end{frame} +\begin{frame} +\frametitle{High-level Deployment Recipe} +\dots as a bank +\begin{enumerate} + \item Create an escrow bank account for the exchange with EBICS access + \item Provision offline signing machine (or account during testing) + \item Provision two PostgreSQL databases (for LibEuFin nexus and exchange) + \item Provision user-facing exchange service and helper processes + \item Provision LibEuFin Nexus (connected to escrow account and providing + an internal API to the exchange) + \item Test using the ``taler-wallet-cli`` +\end{enumerate} +\end{frame} + \section{Integration with the core banking system}