prakashcc / HashPay

A Demo Payment system using Hashgraph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HashPay

Implementing Swirlds_ byzantine consensus algorithm by Leemon Baird (whitepaper available) in python. Swirlds is an algorithm constructing a strongly consistent and partition tolerant, peer-to-peer append-only log.

Dependencies

  • python3
  • pysodium for the crypto
  • bokeh for the analysis and interactive visualization

Usage

For now it is just an (not proper)implementation of the hashgraph consensus algorithm. You can see how network evolves in real time. bokeh serve --show hashgraph.py --args <number of nodes>

About

A Demo Payment system using Hashgraph

License:MIT License


Languages

Language:Python 100.0%