marketing

Marketing materials (presentations, posters, flyers)
Log | Files | Refs

commit c578a03473d9efb902133d04838ee14828380e4e
parent 17b6c4fe3ba6161edccf22cf3759f8270c3a69a9
Author: Emmanuel Benoist <emmanuel.benoist@bfh.ch>
Date:   Mon,  5 May 2025 19:11:47 +0200

Including Oliver's remarks

Diffstat:
Mpresentations/2025-eurodig/slides/slides-EuroDIG2025.tex | 76+++++++++++++++++++++++++++++++++++++---------------------------------------
1 file changed, 37 insertions(+), 39 deletions(-)

diff --git a/presentations/2025-eurodig/slides/slides-EuroDIG2025.tex b/presentations/2025-eurodig/slides/slides-EuroDIG2025.tex @@ -455,12 +455,13 @@ However, GNU Taler is \begin{columns} \begin{column}{0.45\textwidth} \begin{block}{Access the merchant backend} + \url{https://backend.demo.taler.net/instances/sandbox/} + Access Token : \texttt{sandbox} \end{block} \begin{center} \includegraphics[width=0.4\textwidth]{./images/QR-code-backend.demo.taler.net.png} - \url{https://backend.demo.taler.net/instances/sandbox/} - Access Token : \texttt{sandbox} + \end{center} \end{column} \begin{column}{0.45\textwidth} @@ -510,49 +511,46 @@ curl --request POST \ --header 'Authorization: Bearer secret-token:sandbox' \ --header 'Content-Type: application/json' \ --header 'User-Agent: yourApp/0.0.1' \ - --data '{"order":{ \ - "version": 0, \ - "amount": "KUDOS:10", \ - "summary": "Test for EuroDIG", \ - "fulfillment_message": "Thank you"\ - }}' - - -curl --request POST \ - --url https://backend.demo.taler.net/instances/sandbox/private/products \ - --header 'Authorization: Bearer secret-token:sandbox' \ - --header 'Content-Type: application/json' \ - --header 'User-Agent: yourApp/0.0.1' \ - --data '{"address":{},"description_i18n":{}, - "taxes":[],"next_restock":{"t_s":"never"}, - "price":"KUDOS:5","product_id":"0001-2", - "description":"Cryptography course", - "unit":"piece","total_stock":-1}' - - -curl --request POST \ - --url https://backend.demo.taler.net/instances/sandbox/private/orders \ - --header 'Authorization: Bearer secret-token:sandbox' \ - --header 'Content-Type: application/json' \ - --header 'User-Agent: yourApp/0.0.1' \ --data '{"order":{ "amount": "KUDOS:10", "summary": "Test for EuroDIG", "fulfillment_message": "Thank you"}}' +\end{verbatim} -curl --request POST \ - --url https://backend.demo.taler.net/instances/sandbox/private/orders \ - --header 'Authorization: Bearer secret-token:sandbox' \ - --header 'Content-Type: application/json' \ - --header 'User-Agent: yourApp/0.0.1' \ - --data '{"order":{ - "amount": "KUDOS:10", - "summary": "Test for EuroDIG", - "fulfillment_message": "Thank you"}, - "create_token":false}' -\end{verbatim} +% curl --request POST \ +% --url https://backend.demo.taler.net/instances/sandbox/private/orders \ +% --header 'Authorization: Bearer secret-token:sandbox' \ +% --header 'Content-Type: application/json' \ +% --header 'User-Agent: yourApp/0.0.1' \ +% --data '{"order":{ +% "amount": "KUDOS:10", +% "summary": "Test for EuroDIG", +% "fulfillment_message": "Thank you"}, +% "create_token":false}' + + + + + +% curl --request POST \ +% --url https://backend.demo.taler.net/instances/sandbox/private/products \ +% --header 'Authorization: Bearer secret-token:sandbox' \ +% --header 'Content-Type: application/json' \ +% --header 'User-Agent: yourApp/0.0.1' \ +% --data '{"address":{},"description_i18n":{}, +% "taxes":[],"next_restock":{"t_s":"never"}, +% "price":"KUDOS:5","product_id":"0001-2", +% "description":"Cryptography course", +% "unit":"piece","total_stock":-1}' + + +\end{frame} + +\begin{frame}[fragile,fragile] + \frametitle{Insert a new order (Cont.)} + Got the message as a response: \begin{verbatim} @@ -590,7 +588,7 @@ taler://pay/backend.demo.taler.net/instances/sandbox/2025.112-02CDQQYASFPPY \end{frame} -\section{Questions et réponses} +\section{Questions and Answers} \begin{frame} \frametitle{Questions ?}