cert-verifier

Verifies blockchain certificates


License
MIT
Install
pip install cert-verifier==2.0.11

Documentation

Build Status PyPI version

cert-verifier

Library for verifying blockchain certificates.

Using the pypi package

The most common way to use this is to add the latest cert-verifier pypi package to your project dependencies.

Verify a certificate by command line

  1. Ensure you have an python environment. Recommendations

  2. Git clone the repository and change to the directory

git clone https://github.com/blockchain-certificates/cert-verifier.git && cd cert-verifier
  1. Run cert-viewer setup
pip install .
  1. Run the main program
cd cert_verifier
python verifier.py

Verification process

Read about how Blockcerts verification works

Unit tests

This project uses tox to validate against several python environments.

  1. Ensure you have an python environment. Recommendations

  2. Run tests

    ./run_tests.sh
    

Contact

Contact us at the Blockcerts community forum.