admanny / simple-blockchain

Learning about blockchain by building a simple one using Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Blockchain

Goal of this project was to create a simple blockchain.

Run

Python 3.6+ is required

  • Install required packages
$ pip install -r requirements.txt
  • Start the app
$ uvicorn main:app --reload

About

Learning about blockchain by building a simple one using Python.


Languages

Language:Python 100.0%