Skip to content

This is a lecture book for the IT-security topic, security of blockchains.

License

Notifications You must be signed in to change notification settings

phelstab/blocksec

Repository files navigation

Blockchain Security Lecture Book Repository

  1. About The Project
  2. Getting Started
  3. License
  4. Acknowledgments

About The Project

This is a lecture book for the IT-security topic, security of blockchains.

Available @ https://phelstab.github.io/blocksec/

Getting Started

Installation

python -m venv venv
  1. UNIX: Activate
source venv/bin/activate
  1. WIN: Activate
.\venv\scripts\activate
  1. Install libraries
pip install -r requirements.txt
  1. (optional) Remove any existing builds
jupyter-book clean .
  1. Build (The fully-rendered HTML version of the book will be built in blocksec/_build/html/)
jupyter-book build .

Unix Installer via Shell

  1. Give exec permissions
chmod +x ./install.sh
  1. Setup
./install.sh

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgments

Institute of Distributed Systems of University of Ulm

About

This is a lecture book for the IT-security topic, security of blockchains.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published