Metadata-Version: 1.1
Name: blockchain-proofs
Version: 0.1.0
Summary: Implements chainpoint v2 proof of existence approach
Home-page: UNKNOWN
Author: Konstantinos Karasavvas
Author-email: kkarasavvas@gmail.com
License: MIT
Description: # blockchain-proofs
        Implementation for generating and validating blockchain proofs/receipts (for proof of existence). 
        
        Currently it offers basic support only for [chainpoint v2](http://www.chainpoint.org/) but it can be easily extended.
        
        Note that it also validates that the merkleRoot is properly stored in the blockchain (testnet or mainnet).
        
        In the future the library may incorporate other approaches like [OpenTimestamps](https://github.com/opentimestamps).
        
        
        
        
        
Keywords: blockchain proof receipt chainpoint validation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
