diff --git a/project2/report2.pdf b/project2/report2.pdf new file mode 100644 index 0000000..5bb4eae Binary files /dev/null and b/project2/report2.pdf differ diff --git a/project2/report2.tex b/project2/report2.tex new file mode 100644 index 0000000..1cdbf86 --- /dev/null +++ b/project2/report2.tex @@ -0,0 +1,81 @@ +\documentclass[12pt,a4paper]{article} + +\usepackage[cm]{fullpage} +\usepackage{amsthm} +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage{xspace} +\usepackage[english]{babel} +\usepackage{fancyhdr} +\usepackage{titling} +\renewcommand{\thesection}{Exercise \Alph{section}:} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% This part needs customization from you % +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% please enter your group number your names and matriculation numbers here +\newcommand{\groupnumber}{04} +\newcommand{\name}{Tobias Eidelpes, Mehmet Ege Demirsoy, Nejra Komic} +\newcommand{\matriculation}{01527193, 01641187, 11719704} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% End of customization % +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\newcommand{\projnumber}{2} +\newcommand{\Title}{Smart Contracts} +\setlength{\headheight}{15.2pt} +\setlength{\headsep}{20pt} +\setlength{\textheight}{680pt} +\pagestyle{fancy} +\fancyhf{} +\fancyhead[L]{Cryptocurrencies - Project \projnumber\ - Analysing the Blockchain} +\fancyhead[C]{} +\fancyhead[R]{\name} +\renewcommand{\headrulewidth}{0.4pt} +\fancyfoot[C]{\thepage} + + +\begin{document} +\thispagestyle{empty} +\noindent\framebox[\linewidth]{% + \begin{minipage}{\linewidth}% + \hspace*{5pt} \textbf{Cryptocurrencies (WS2021/22)} \hfill Prof.~Matteo Maffei \hspace*{5pt}\\ + + \begin{center} + {\bf\Large Project \projnumber~-- \Title} + \end{center} + + \vspace*{5pt}\hspace*{5pt} \hfill TU Wien \hspace*{5pt} +\end{minipage}% +} +\vspace{0.5cm} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\section*{Group \groupnumber} +Our group consists of the following members: +\begin{center} +\textbf{\name} + +\matriculation +\end{center} + +\section{Bad Parity} +% Fill here your answers for exercise A + +\section{DAO Down} +% Fill here your answers for exercise B + +\section{Fail Dice} +% Fill here your answers for exercise C + +\section{Not A Wallet} +% Fill here your answers for exercise D + +\section*{Work distribution} +%Fill in here an overview on which group member participated in which task and to which extent + +\end{document} +