puetsua / Simple_Blockchain_in_5_Minutes

This is the code for "Simple Blockchain in 5 Minutes" By Siraj Raval on Youtube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple_Blockchain_in_5_Minutes

Overview

This is the code for this video on Youtube by Siraj Raval on building a simple blockchain. Here is the colab.

Dependencies

  • hashlib
  • datetime

Dependencies can be installed using pip. But actually just run this in colab so you don't need to install anything.

Usage

You can download the juypter notebook and run it locally. Also, here is the colab link to run it in the browser (recommended).

Credits

The credits for the original code go to howcodeORG. I've merely created a wrapper to get people started.

About

This is the code for "Simple Blockchain in 5 Minutes" By Siraj Raval on Youtube


Languages

Language:Jupyter Notebook 100.0%