This repository contains the report for the master thesis:
ERC777
A New Advanced Token Standard
For The Ethereum Blockchain
written by Jacques Dafflon, under the supervision of Prof. Cesare Pautasso (advisor) and Thomas Shababi (coadvisor), submitted to the Faculty of Informatics of the Università della Svizzera Italiana, Switzerland.
This thesis is made available under the Creative Commons Public License, Attribution-ShareAlike 4.0 International. A copy of the full license is available in the LICENSE file.
A rendered PDF version of the thesis is automatically generated using travis-ci and pushed back to this repository at master-pdf:JacquesDafflon-masterthesis.pdf.
Generating the pdf locally requires pandoc (>=2.1.3), XeLaTeX, and Bibtex. Then, run:
make
This will generate the report in pdf under the name ``JacquesDafflon-masterthesis.pdf` in the root folder.
To change the name or the generated pdf file, simply overwrite the OUTPUT
variable (without the extension):
make OUTPUT_FILE="new_file"
A "fast build" which only runs pandoc
and xelatex
once without makeglossaries
or bibtex
can be executed to quickly generate a PDF without references or glossary, with:
make fast
The
OUTPUT_FILE
variable can also be defined in this case.
The template used to generate the report is available at template/template.tex.
It has been adapted from the official USI Informatics Master Thesis template. Note that this adaptation is only compatible for the master thesis and the PHD related elements of the template have been removed.
The tex
files and associated generated intermediary files such as .aux
are kept in the BUILD
directory (default: ./build
) and can be inspect in case of issues when generating the PDF.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
This README was generated automatically using the information in metadata.yml
via make readme
.