/tangle

IOTA Tangle (directed acyclic graph) implemented with python

Primary LanguagePythonMIT LicenseMIT

tangle

IOTA Tangle (directed acyclic graph) implemented with python

Bring Them Home


Python implementation of IOTA's whitepaper.

This implementation is purly of the Tangle data structure, the 'Site' class can be extended to support transactions and the 'Approval' class can be extended to support PoW approvals and different levels of difficulty.

For good development experience I included a draw method to the 'Tangle' class to allow you to see your graph visually.

small