Skip to content

21Lectures/masterclass-content

Repository files navigation

Bitcoin Masterclass

Presentations

In the presentations/ folder, you will find the slides. To view the .html files, simply open them locally with your browser of choice.

Course exercises

To streamline the virtual machine setup, we access the exercise notebooks through a Docker container with all the necessary dependencies installed.

Prerequisites

You need

  1. git
  2. docker and docker-compose

Make sure that docker run hello-world runs through successfully.

Setup

Either clone or download this repository.

Afterwards, in the directory where this README is located, start the docker container with:

docker-compose up

, or docker compose up in case you installed Docker Desktop.

A line of the output should contain a link of the form http://127.0.0.1:8888/?token=<token> that you can open to find the Jupyter notebook.

If you have never used Jupyter notebooks

Make sure to familiarize yourself a bit with notebooks. Some introductory links you may find helpful:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published