This folder contains a short implementation of Merkle Tree. Using the SHA-256 hash function.
https://www.youtube.com/playlist?list=PLz3iwtnWFin9eCMLr5ecphy7rHQNeMheE
https://brilliant.org/wiki/merkle-tree/
To run the code please type python MerkleTrees.py
or for python 3
python3 MerkleTrees.py
Add additional notes about how to deploy this on a live system
*python2
- Jae Duk Seo
This project is licensed under the MIT License - see the LICENSE.md file for details
- Inspiration - Dr.Ali Miri