Skip to content

TobiWo/merkle-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple API to plot a Merkle Tree

This code can be used to create a plot of an merkle tree. It's mainly for education purposes concerning the Merkle-Tree on the Bitcoin-Blockchain. Therefore, feel free to download the code and plot your own Merkle-Trees.

Usage

  • see example_usage.py
  • see Jupyter-Notebook merkle_tree_demo.ipynb

Note

The plot is displayed in the ete tree browser. Therefore, it cannot be displayed within the jupyter-notebook.

etetoolkit

The API is based on the etetoolkit for phylogenetic trees.

Required packages

Code

The code is written using explicit type hints which where introduced to Python in version 3.5.

THANK YOU

Thanks to the authors of the etetoolkit. The project can be found here on GitHub.

About

Simple API for plotting Merkle Trees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published