Best Flask open-source libraries and packages

Blockchain demo

A simple blockchain written in Python. The main aim is to develop an understanding of how blockchain works.
Updated 3 years ago

Blockchain-demo

A simple blockchain written in Python. The main aim is to develop an understanding how blockchain works.

Installation

  1. Make sure Python 3.6+ is installed.

  2. Clone this repository using

  git clone https://github.com/nirmaldalmia/blockchain-demo
  1. Run the server:

    • $ python blockchain.py -p 5001
    • $ python blockchain.py --port 5002
  2. You can use plain old cURL or Postman to interact with the APIs over a network.