It's the proof-of-thought that counts
Project description
Blockcard
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
blockcard-0.1.2.tar.gz
(5.0 kB
view hashes)
Built Distribution
Close
Hashes for blockcard-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | eba06c69e1338b03a8f938c7f8f8fa0caf1bd8f538b98f760be582d470c4a6e7 |
|
MD5 | bc63065e6ae3472d003a7f5054ac1cd1 |
|
BLAKE2b-256 | 41191a0f0b130123f865dbfd5c731c2a8fcab3818830c821c4299dc3fac44595 |