This is a lecture book for the IT-security topic, security of blockchains.
Available @ https://phelstab.github.io/blocksec/
python -m venv venv
- UNIX: Activate
source venv/bin/activate
- WIN: Activate
.\venv\scripts\activate
- Install libraries
pip install -r requirements.txt
- (optional) Remove any existing builds
jupyter-book clean .
- Build (The fully-rendered HTML version of the book will be built in
blocksec/_build/html/
)
jupyter-book build .
- Give exec permissions
chmod +x ./install.sh
- Setup
./install.sh
Distributed under the MIT License. See LICENSE
for more information.
Institute of Distributed Systems of University of Ulm