commit b10f38ca92fa8076476cbe649aefe542a331892f parent b4312e588a438ba1651e5a82e048bf85958a0c72 Author: Iván Ávalos <avalos@disroot.org> Date: Mon, 3 Jun 2024 13:49:45 -0600 Add qtart slide to COSIN'24 wallet guide Diffstat:
| M | workshops/wallet.tex | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/workshops/wallet.tex b/workshops/wallet.tex @@ -95,6 +95,20 @@ However, Taler is \end{center} \end{frame} +\begin{frame}[fragile]{GNU Taler wallet}{qtart} + qtart (\textbf{Q}uickJS \textbf{TA}ler \textbf{R}un\textbf{T}ime) is a QuickJS-based runtime that embeds wallet-core into a native + library for usage outside of the browser, such as the mobile apps or any + future desktop app. + + \begin{itemize} + \item Based on the reputable QuickJS JavaScript engine. + \item Implements native modules for cryptography. + \item Supports native HTTP networking (with multi-threading). + \item Provides access to the wallet-core API via a simple callback-based interface. + \item Keeps us from having to rewrite wallet-core! + \item Keeps us from having to deal with Big Node! + \end{itemize} +\end{frame} \begin{frame}[fragile]{GNU Taler wallet}{Android installation} For Android, there are three main installation methods: