Skip to content

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

License

Notifications You must be signed in to change notification settings

nirmaldalmia/blockchain-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages