taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 4eb57258638444891348b1390e22e521a0c46de9
parent 0748000f831470d85460267e3b1494b5d36efee9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 29 Oct 2024 05:15:25 +0100

-for Leo

Diffstat:
Aimages/system.dot | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/images/system.dot b/images/system.dot @@ -0,0 +1,19 @@ +digraph G { + + wallet[label="Wallet"]; + merchant [label="Merchant"]; + subgraph bank { + auditor [label="Auditor"]; + exchange [label="Exchange"]; + challenger [label="Challenger"]; + libeufin[label="libeufin"]; + } + wallet->exchange; + merchant->exchange; + wallet->merchant; + exchange->challenger; + exchange->libeufin; + merchant->auditor; + auditor->exchange; + auditor->libeufin; +}