-
Notifications
You must be signed in to change notification settings - Fork 155
/
frontmatter.tex
38 lines (31 loc) · 948 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 Cardano Ledger (Byron 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 Cardano Ledger\\
\small{(for the Byron release)}
}
\author{Damian Nadales \\
{\small \texttt{damian.nadales@iohk.io}}\\
}
\date{\today}
\maketitle
\begin{abstract}
This document defines the rules for extending a ledger with transactions, as
implemented in the Byron release of the Cardano 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.