depolymerization

wire gateway for Bitcoin/Ethereum
Log | Files | Refs | Submodules | README | LICENSE

commit 03d679a05cf5c057df1d86acc628e71304672c37
parent 3a81a69b960c6b102e47e9b35388a5cba1a58418
Author: Antoine A <>
Date:   Mon, 21 Feb 2022 23:10:49 +0100

Merge commit '5680cf2278e8c8328565d147dcbf7c89827c549e'

Diffstat:
Mdocs/presentation.tex | 13+++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/presentation.tex b/docs/presentation.tex @@ -144,8 +144,8 @@ \node[above=-0.5mm of off] {\includegraphics[height=7mm]{media/taler.png}}; %% Depolymerization - \node[right=11mm of D] {\small{Deposit}}; - \node[right=50mm of D] {\small{Withdraw}}; + \node[right=11mm of D] {\small{Credit}}; + \node[right=50mm of D] {\small{Debit}}; \draw[dashed,-stealth] (1.north) |- (off.west); \draw[dashed,-stealth] (off.east) -| (6.north); \end{tikzpicture} @@ -155,8 +155,9 @@ \begin{frame}{Challenges} \begin{block}{Taler Metadata} \begin{itemize} - \item Metadata are required to link a wallet to its deposits and withdraws - \item Putting metadata in blockchain transactions can be tricky + \item Metadata are required to link a wallet to credits and + allow merchant to link deposits to debits + \item Putting metadata in blockchain transactions can be tricky \end{itemize} \end{block} \begin{block}{Blockchain based cryptocurrencies} @@ -424,9 +425,9 @@ \begin{frame}{DLT Adapter}{Architecture} \begin{block}{Event system} \begin{itemize} - \item \textbf{Watcher} watch and notify for new blocks + \item \textbf{Watcher} watch and notify for new blocks with credits \item \textbf{Wire Gateway} notify requested debits - \item \textbf{Worker} notify changing function state + \item \textbf{Worker} operates on notifications updating state \end{itemize} \end{block} \end{frame}