Verifies blockchain certificates
Project description
[](https://travis-ci.org/blockchain-certificates/cert-verifier) [](https://badge.fury.io/py/cert-verifier)
# 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](https://badge.fury.io/py/cert-verifier) to your project dependencies.
## Verify a certificate by command line
Ensure you have an python environment. [Recommendations](https://github.com/blockchain-certificates/cert-issuer/blob/master/docs/virtualenv.md)
Git clone the repository and change to the directory
`bash git clone https://github.com/blockchain-certificates/cert-verifier.git && cd cert-verifier `
Run cert-viewer setup
`bash pip install . `
Run the main program
`bash cd cert_verifier python verifier.py `
## Verification process
[Read about how Blockcerts verification works](https://github.com/blockchain-certificates/cert-verifier-js#verification-process)
## Unit tests
This project uses tox to validate against several python environments.
Ensure you have an python environment. [Recommendations](https://github.com/blockchain-certificates/cert-issuer/blob/master/docs/virtualenv.md)
- Run tests
` ./run_tests.sh `
## Contact
Contact us at [the Blockcerts community forum](http://community.blockcerts.org/).
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.