-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfrontmatter.tex
38 lines (31 loc) · 945 Bytes
/
frontmatter.tex
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
\hypersetup{
pdftitle={A Formal Specification of the Bcc Ledger (Cole Release)},
breaklinks=true,
bookmarks=true,
colorlinks=false,
linkcolor={blue},
citecolor={blue},
urlcolor={blue},
linkbordercolor={white},
citebordercolor={white},
urlbordercolor={white}
}
\title{
A Formal Specification of the Bcc Ledger\\
\small{(for the Cole release)}
}
\author{Robert Mourey Jr \\
{\small \texttt{[email protected]}}\\
}
\date{\today}
\maketitle
\begin{abstract}
This document defines the rules for extending a ledger with transactions, as
implemented in the Cole release of the Bcc Ledger. It is intended to
serve as the specification for random generators of transactions which adhere
to the rules presented here.
\end{abstract}
\section*{List of Contributors}
\label{acknowledgements}
Jared Corduan, Nicholas Clarke, Marko Dimjašević, Duncan Coutts, Ru Horlick,
Michael Hueschen, Ryan Lemmer.