A pure Python implementation of the blockcard protocol's proof-of-thought system for gift transactions. Read the full paper here.
Install the latest version from PyPI with pip install blockcard
.
python -m blockcard -d target.blk
python -m blockcard -g
python -m blockcard -g parent.blk
(For longer messages you may want to pipe this into a pager like less
)
python -m blockcard -c target.blk
python -m blockcard -C target.blk
(All .blk files should be stored in current working directory)