Last updated:
0 purchases
blockcard 0.1.2
Blockcard
Introduction
Installation
Usage
Displaying headers and message of a block:
Generating the first block in a chain
Generating subsequent blocks in the chain:
Checking validity of blocks
Check current block
Check all blocks in chain recursively
Introduction
A pure Python implementation of the blockcard protocol's proof-of-thought system for gift transactions. Read the full paper here.
Installation
Install the latest version from PyPI with pip install blockcard.
Usage
Displaying headers and message of a block:
python -m blockcard -d target.blk
Generating the first block in a chain
python -m blockcard -g
Generating subsequent blocks in the chain:
python -m blockcard -g parent.blk
(For longer messages you may want to pipe this into a pager like less)
Checking validity of blocks
Check current block
python -m blockcard -c target.blk
Check all blocks in chain recursively
python -m blockcard -C target.blk
(All .blk files should be stored in current working directory)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.