summaryrefslogtreecommitdiff
path: root/diagram.dot
diff options
context:
space:
mode:
Diffstat (limited to 'diagram.dot')
-rw-r--r--diagram.dot10
1 files changed, 10 insertions, 0 deletions
diff --git a/diagram.dot b/diagram.dot
new file mode 100644
index 00000000..357d0737
--- /dev/null
+++ b/diagram.dot
@@ -0,0 +1,10 @@
+digraph g {
+size="800,800";
+wallet -> merchant_frontend [label=" buy"];
+merchant_frontend -> merchant_backend [label="internal cooperation"];
+merchant_backend -> merchant_frontend;
+wallet -> exchange [label=" coins withdrawal"];
+merchant_backend -> exchange [label="deposit coins"];
+wallet -> bank [label="wire funds to exchange's account"];
+bank -> exchange [label="notify of wiretransfer"];
+}