forked from aeternity/white-paper
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpaper.tex
More file actions
85 lines (60 loc) · 2.42 KB
/
paper.tex
File metadata and controls
85 lines (60 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
%\documentclass[a4paper, 10pt, conference]{ieeeconf} % Use this line for
%\input{settings}
\documentclass{article}
%\overrideIEEEmargins
\newcommand{\blockchain}{{\ae}ternity blockchain}
\newcommand{\aet}{{\ae}ternity}
\newcommand{\Aet}{{\AE}ternity}
\title{\huge \Aet\ \\[0.5em] \large Open source blockchain for
scalable and secure smart contracts \\[1em] v0.9.1-DRAFT }
\author{\aet\ dev team \and Thomas Arts \and
Yanislav Malahov \and Sascha Hanse}
% See the \addtolength command later in the file to balance the column lengths
% on the last page of the document
%\\[0.4em]
%\blockchain\ block 224206 hash kh_28pjh8P7mbs2udZ2ai5WdERfLNWmupZW14K8umVVddsafRjwj6
%\usepackage{fontspec}
%\setmainfont{MinionPro-Regular.otf}
%\usepackage[]{todonotes} % notes not showed
\usepackage[draft]{todonotes} % notes showed
\usepackage{hyperref}
\usepackage{graphics}
\usepackage{multicol}
\usepackage{csquotes}
% \BibTeX command to typeset BibTeX logo in the docs
\AtBeginDocument{%
\providecommand\BibTeX{{%
\normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
% See the \addtolength command later in the file to balance the column lengths
% on the last page of the document
%\addbibresource{references.bib}
\begin{document}
\maketitle
%
% The abstract is a short summary of the work to be presented in the article.
\begin{abstract}
The \blockchain\ is an open source development platform for advanced blockchain
applications that can be used by millions of users.
It offers native support for many commonly used
blockchain features: state channels, naming system, oracles, as well as a
secure, functional and highly efficient smart contract language (Sophia) and
virtual machine (FATE).
In this white paper we explain the above mentioned concepts of the
\blockchain\ and highlight the design decisions. The
paper provides a high-level overview of the current state of the
technology, implemented in Erlang. Further, an outlook into the future is provided and differences
to the 2017 \blockchain\ are pointed out. For more specific implementation
details we refer to the \aet\ protocol description
and the open source code fully available on GitHub.
\end{abstract}
%%\keywords{blockchain, state channels}
\tableofcontents
\newpage
\input{intro.tex}
\input{transactions.tex}
\input{mining.tex}
\input{scaling.tex}
\input{sophia.tex}
\input{vision.tex}
\bibliographystyle{acm} \bibliography{paper}
\end{document}