No description
Find a file
2022-02-24 21:13:41 +02:00
blockchain_certificates relaxed bitcoin-utils and litecoin utils requirements 2022-01-11 13:51:04 +02:00
docs fixed typo in docs 2020-12-18 12:03:39 +02:00
sample_create_certs_dir Added custom_api validation service, updated both config.ini 2020-11-26 18:15:03 +02:00
sample_issue_certs_dir Fixed custom_api config option for bitcoin testnet 2020-11-26 18:31:00 +02:00
.gitignore added README.rst and prepared for PYPI plus cert names have underscore instead of spaces 2017-05-10 14:53:58 +03:00
__init__.py added __init__ to root to make requirements file visible 2017-05-10 15:24:31 +03:00
LICENSE.txt updated license to MIT 2019-05-07 12:35:23 +03:00
README.md tested revoke certificate, fixed validation, updated docs and use python-bitcoinrpc for litecoin as well 2020-09-30 12:56:20 +03:00
README.rst tested revoke certificate, fixed validation, updated docs and use python-bitcoinrpc for litecoin as well 2020-09-30 12:56:20 +03:00
requirements.txt updated code so that it can be used as a library; also uses bitcoin-utils library now 2019-04-24 20:01:00 +03:00
setup.py relaxed bitcoin-utils and litecoin utils requirements 2022-01-11 13:51:04 +02:00
TODO.txt test creds saved 2022-02-24 21:13:41 +02:00

blockchain-certificates

This project allows an institution to issue digital certificates. It creates pdf certificate files (or uses existing ones) and issues a hash representing those files into the Bitcoin network's blockchain. Now also supports Litecoin.


More information on creating certificates:

https://github.com/verifiable-pdfs/blockchain-certificates/blob/master/docs/create_certificates.md


More information on issuing existing certificates:

https://github.com/verifiable-pdfs/blockchain-certificates/blob/master/docs/issue_certificates.md


More information on the CRED Protocol and it's implementation:

https://github.com/verifiable-pdfs/blockchain-certificates/wiki