Skip to content

crypt0log-hai/bachelor-thesis

Repository files navigation

Bachelor Thesis

License Build Status PDF

This repository contains the report for the bachelor thesis:

Bitcoin & Ethereum Cross-chain Atomic Swap

A Trustless Method of Exchanging Bitcoin
For Ether Between Two Peers

written by Luca Srdjenovic, under the supervision of Prof. Ninoslav Marina (advisor) and Thomas Shababi (coadvisor), submitted to the Computer Science Engineering, Software and Multimedia developement orientation of the Haute Ecole Arc Ingénierie (HES-SO), Switzerland.

License

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.

PDF version

A rendered PDF version of the thesis is automatically generated using travis-ci and pushed back to this repository at master-pdf:LucaSrdjenovic-bachelorthesis.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 ``LucaSrdjenovic-bachelorthesis.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"

Fast build

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.

Template

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.

Debug

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.


Creative Commons License
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.

Thanks to

Jacques Dafflon, for the template.

About

Report of my Bachelor Thesis - 2019

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages