/simple-blockchain

Learning about blockchain by building a simple one using Python.

Primary LanguagePython

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