Library for verifying blockchain certificates.
The most common way to use this is to add the latest cert-verifier pypi package to your project dependencies.
-
Ensure you have an python environment. Recommendations
-
Git clone the repository and change to the directory
git clone https://github.com/blockchain-certificates/cert-verifier.git && cd cert-verifier
- Run cert-viewer setup
pip install .
- Run the main program
cd cert_verifier
python verifier.py
Read about how Blockcerts verification works
This project uses tox to validate against several python environments.
-
Ensure you have an python environment. Recommendations
-
Run tests
./run_tests.sh
Contact us at the Blockcerts community forum.