Browse Source

no message

Carsten Porth 5 years ago
parent
commit
79c61d6c1b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      thesis/content/05-proof-of-concept/building-block-view.tex

+ 2 - 2
thesis/content/05-proof-of-concept/building-block-view.tex

@@ -11,8 +11,6 @@ Figure \ref{fig:building-block-view} shows a black box view of which other syste
 	\item User 
 \end{itemize}
 
-Infura\footnote{https://infura.io/} is a service that provides access to Ethereum and \ac{IPFS} via a simple interface. Communication with the \ac{API} happens using \ac{HTTP} requests. The connection of \ac{IPFS} in Hybrid \ac{OSN} can thus be carried out in a simple way. The use of an additional system entails an extra risk typically. However, there is a JavaScript client for \ac{IPFS}, which can be integrated into Hybrid \ac{OSN} and thus the dependency on Infura would be omitted. For the creation of the prototype, the decision was made to use Infura for reasons of simplicity. Infura can be used for \ac{IPFS} free of charge and without registration.
-
 \begin{figure}[h!]
 	\centering
 	\includegraphics[width=1.0\textwidth]{building-block-view}
@@ -20,6 +18,8 @@ Infura\footnote{https://infura.io/} is a service that provides access to Ethereu
 	\label{fig:building-block-view}
 \end{figure}
 
+Infura\footnote{https://infura.io/} is a service that provides access to Ethereum and \ac{IPFS} via a simple interface. Communication with the \ac{API} happens using \ac{HTTP} requests. The connection of \ac{IPFS} in Hybrid \ac{OSN} can thus be carried out in a simple way. The use of an additional system entails an extra risk typically. However, there is a JavaScript client for \ac{IPFS}, which can be integrated into Hybrid \ac{OSN} and thus the dependency on Infura would be omitted. For the creation of the prototype, the decision was made to use Infura for reasons of simplicity. Infura can be used for \ac{IPFS} free of charge and without registration.
+
 \subsection{White Box View}
 \label{sec:white-box}
 The Ionic framework uses Angular in the core. Accordingly, the Hybrid \ac{OSN} app is in principle an Angular application. The essential building blocks are components, pages, and providers (see Figure \ref{fig:building-block-view-level1}). In the following, these components are described in detail and examples are given of where they are used in Hybrid \ac{OSN}.