Skip to content

sriharikapu/HashPay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%