summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/paper/main.tex17
1 files changed, 15 insertions, 2 deletions
diff --git a/doc/paper/main.tex b/doc/paper/main.tex
index 8d6f168..51a28eb 100644
--- a/doc/paper/main.tex
+++ b/doc/paper/main.tex
@@ -7,6 +7,7 @@
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}
+\usepackage{url}
\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em
T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}
\begin{document}
@@ -21,6 +22,16 @@ mail@beyermatthias.de}
\maketitle
\begin{abstract}
+ This document describes how one can implement a distributed social network
+ or publishing platform using the IPFS\cite{ipfsbennet}, \cite{ipfsio} and related technologies.
+ It proposes a block data format for a blockchain and conceptual ideas for
+ implementing "profiles" upon this data format.
+ It also describes profile discovery algorithms and lays out problems with
+ trust and how they could be approached.
+ Finally, it proposes an architecture how a client for such a social network
+ could be implemented, focusing on reusability of components to be able to
+ make them available to a broader audience, for example for federated caching
+ or even embedded usage.
\end{abstract}
\begin{IEEEkeywords}
@@ -132,6 +143,8 @@ mail@beyermatthias.de}
\section*{References}
-%\begin{thebibliography}{00}
-%\end{thebibliography}
+\begin{thebibliography}{00}
+\bibitem{ipfsbennet} J. Bennet, IPFS - Content Addressed, Versioned, P2P File System(DRAFT 3)
+\bibitem{ipfsio} \url{https://docs.ipfs.io/}
+\end{thebibliography}
\end{document}