depolymerization

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

commit 9053f2cce835f5f86f6bf5d3c3a0d37f433e7ed2
parent 257c96791a1632d6b452b45a19f3fd3b5fbe1e83
Author: Antoine A <>
Date:   Tue, 20 Sep 2022 20:18:14 +0200

BRAINS2022 presentation: add wallet QRcode

Diffstat:
Mpres-brains22/presentation.tex | 20++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/pres-brains22/presentation.tex b/pres-brains22/presentation.tex @@ -22,6 +22,10 @@ \end{frame} \begin{frame}{GNU Taler}{Overview} + \begin{tikzpicture}[remember picture,overlay] + \node (N1)[above right=25mm and 37mm of current page.center] {\includegraphics[width=18mm]{./google_play_GNU_Taler.jpg}}; + \node [below=-2mm of N1]{Install the wallet}; + \end{tikzpicture} \begin{columns} \column{0.5\paperwidth} \begin{tikzpicture}[ @@ -78,6 +82,10 @@ \end{frame} \begin{frame}{GNU Taler}{Blockchain settlement layer} + \begin{tikzpicture}[remember picture,overlay] + \node (N1)[above right=25mm and 37mm of current page.center] {\includegraphics[width=18mm]{./google_play_GNU_Taler.jpg}}; + \node [below=-2mm of N1]{Install the wallet}; + \end{tikzpicture} \begin{center} \begin{tikzpicture}[ rect/.style={rectangle, draw=black, minimum width=30mm}, @@ -274,6 +282,12 @@ \end{block} \end{frame} +\begin{frame}{Implementation} + Download a wallet from \url{https://wallet.taler.net/}. Link our experimental bitcoin exchange at \url{https://bitcoin.ice.bfh.ch/}. + + \center\includegraphics[width=10.4cm]{./electrum.jpg} +\end{frame} + \begin{frame}{Conclusion} Distributed Ledgers can be used as a settlement layer for GNU Taler @@ -289,10 +303,4 @@ \end{itemize} \end{frame} -\begin{frame}{Conclusion} - Download the wallet from \url{https://wallet.taler.net/} and use our experimental public Depolymerization exchange at \url{https://bitcoin.ice.bfh.ch/}. - - \center\includegraphics[width=10.4cm]{./electrum.jpg} -\end{frame} - \end{document}