• Stars
    star
    368
  • Rank 115,958 (Top 3 %)
  • Language
    TeX
  • Created over 5 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Lecture slides "Blockchain-based Systems Engineering"

Blockchain-based Systems Engineering – Lecture Slides

Burak Öz, Felix Hoops, Ulrich Gallersdörfer, and Florian Matthes
School of Computation, Information, and Technology
Technical University of Munich
{burak.oez, felix.hoops, ulrich.gallersdoerfer, matthes}@tum.de
https://wwwmatthes.in.tum.de/

For citation, please use the provided .bib file.

Introduction

This GitHub-repository contains all contents of the lecture Blockchain-based Systems Engineering (IN2359), held regularly in the summer term at the Technical University of Munich, starting in 2018. About 900 students regularly enroll in the course.

  • Lecture: Prof. Dr. Florian Matthes
  • Exercises / Tutorials: Burak Öz and Felix Hoops
  • Contact: Please open an issue / pull requests for comments. If you are interested in the .pptx-files, drop us an email.
  • BBSE 2023: The lecture material for BBSE 2023 will be uploaded in Winter 2023.

Module description - 2022

In this lecture, we provide an overview of blockchain systems and systems engineering, focusing on the technical details and applications of blockchain systems. We introduce cryptographic hash functions and present their properties. Then the data structure and the working principles of the Bitcoin blockchain are investigated in detail. We analyze the Proof-of-Work (PoW) consensus mechanism of Bitcoin and illustrate the mining scheme. Moreover, we inspect the risks, challenges, and limitations of the technology. Following this, we demonstrate the system architecture of the Ethereum blockchain with a focus on the Ethereum Virtual Machine (EVM) and smart contracts. Subsequently, the Solidity language is explained in terms of syntax, types, and design. Ethereum decentralized applications (dApps) are illustrated with current standards and frameworks, and specifics to dApp developments are introduced. The Tezos blockchain is introduced with a focus on its infrastructure, consensus mechanism, on-chain governance, and use cases. Alternative approaches to distributed ledger technologies in the enterprise space are also discussed. Accordingly, the Hyperledger project and the framework Fabric are unfolded. Further, we present an overview of the current state of the blockchain ecosystem with a focus on topics such as Self-Sovereign Identity (SSI), Maximal Extractable Value (MEV), and applied web3.

Contents - 2022

Lectures and Exercises

Content of Lecture Content of Exercise
0 & 1: Organization & Introduction
2: Cryptographic Basics 2: Cryptographic Basics & Solution
3: Bitcoin Basics 3: Bitcoin Basics & Solution
4: Consensus in Bitcoin 4: Consensus in Bitcoin & Solution
5: Bitcoin Evolution and Challenges 5: Bitcoin Evolution and Challenges & Solution
6: Ethereum Basics 6: Ethereum Practical 1 & Solution
7: Ethereum Smart Contracts 7: Ethereum Practical 2 & Solution
8: Ethereum Design Patterns 8: Ethereum Practical 3 & Solution
Bonus: Ethereum Dapps Bonus: Ethereum Practical 4 & Solution
9: Tezos Basics 9: Ethereum Theoretical & Solution
10: Hyperledger
11: Micro-Lecture Applied Web3
11: Micro-Lecture MEV
12: Micro-Lecture DAO
12: Micro-Lecture SSI

Guest Lectures

Title Speaker Slides
Ethereum 2.0 Parithosh Jayanthi Slides

We thank this year's speaker Parithosh Jayanthi for his guest lecture and allowing us to share his material within this repository.

Exams

License

Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)

This work is licensed under Attribution-ShareAlike 4.0 International (CC BY-SA 4.0).

Acknowledgements

We wish to thank Alexander Hefele, Kaan Uzdogan, Christian Ziegler, and Konstantin Kuchenmeister for supporting the lecture and all others which provided valuable feedback!

Other information

Symbols used from FontAwesome.

More Repositories

1

Lbl2Vec

Lbl2Vec learns jointly embedded label, document and word vectors to retrieve documents with predefined topics from an unlabeled document corpus.
Python
176
star
2

NLU-Evaluation-Corpora

Corpora for evaluating NLU services (like API.ai, RASA, Microsoft LUIS, ...)
146
star
3

KG-in-NLP-survey

This repository contains the annotated collection of 507 papers included in the study: "A Decade of Knowledge Graphs in Natural Language Processing: A Survey", published in AACL-IJCNLP 2022.
30
star
4

NLU-Evaluation-Scripts

Python scripts for evaluating NLU services (like API.ai, RASA, Microsoft LUIS, ...)
Python
28
star
5

SimpleNLG-DE

German version of SimpleNLG 4
Java
16
star
6

sebamaster-movie-backend

SEBAMaster Movie Backend Application
JavaScript
11
star
7

Medical-Abstracts-TC-Corpus

This repository contains a medical abstracts dataset, describing 5 different classes of patient conditions. The dataset can be used for text classification.
10
star
8

sebamaster-movie-frontend

SEBAMaster Movie Frontend Application React
JavaScript
8
star
9

Legal-Sentence-Classification-Datasets-and-Models

Datasets constituting legal sentences from the tenancy law of the German civil law as well as legal word2vec models.
5
star
10

akre-server

REST based service using on UIMA framework to support software architecture desicion making
Java
5
star
11

sebamaster-movie-frontend-angular-old

SEBAMaster Movie Frontend Application Angular (OLD/DEPRECATED)
JavaScript
5
star
12

Efficient-Domain-Adaptation-of-Sentence-Embeddings-using-Adapters

Repository of the RANLP 2023 paper "Efficient Domain Adaptation of Sentence Embeddings Using Adapters"
5
star
13

seba-master-movie-frontend

JavaScript
3
star
14

DocClassification

Seed project for document classification
JavaScript
3
star
15

seba-master-movie-backend

JavaScript
3
star
16

syncpipes-client

Angular based client for syncpipes-server, that allows to create, update and monitor data transformation pipelines.
JavaScript
2
star
17

amelietor

A simple web based prototype that highlightes architecture significant terms within entered software architecture description document. Software architecture alternatives and solutions suggested for each of the highlited terms
JavaScript
2
star
18

WElib

Word Embeddings Library
Java
1
star
19

movie-backend

Example node.js project for Web Application Engineering Master course 2016
JavaScript
1
star
20

sacm

JavaScript
1
star
21

cc-annotator

Clean code annotator (cc-annotator) is an Atom package providing UI for CleanCode backend service
JavaScript
1
star
22

Exploring-NLP-Research

Repository of the RANLP 2023 paper "Exploring the Landscape of Natural Language Processing Research"
1
star
23

bbse-dev-env

An example implementation of the Ethereum Basics: Setting Up a Development Environment exercise sheet.
JavaScript
1
star
24

seba-master-vis-example

JavaScript
1
star
25

MucLex

A German Lexicon for Surface Realisation
Python
1
star
26

Legal-Sentence-Boundary-Detection

Python
1
star
27

bbse-bank-dApp

An example implementation of the Ethereum Bonus: Implementing a dApp Frontend Using web3 exercise sheet.
JavaScript
1
star
28

cognitive-biases

Decision-making Processes and Cognitive Biases in Designing Software Architecture Design
CSS
1
star
29

verlyze-pseudonymization

This repository includes screenshots of the workflow of our Verlyze pseudonymization tool
1
star
30

bbse-bank-2.0

An example implementation of the Ethereum Design Patterns: Applying Idioms and Patterns exercise sheet.
JavaScript
1
star