Skip to content

verisart/verify

Repository files navigation

Verisart Verify API

A CLI to allow independent verification of Verisart Certificate Archives.

Further reading:

Requires

Installation

pip3 install verisart-verify

Running

verisart-verify verisart-archive-xxx.zip 

Building

rm -r build dist && python3 setup.py sdist bdist_wheel

Deploying to Test PyPi

twine upload --repository-url https://test.pypi.org/legacy/ dist/*

Deploying to Live PyPi

twine upload dist/*

OpenTimestamps Java Library

This package includes a compiled Java JAR file from the OpenTimestamp Java client library.

TODO: We're using the JAR instead of the Python OTS library as the JAR can check the OTS timestamps using a public block explorer. We should figure out a way to do something similar with the Python library, or provide our own Bitcoin node for validation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages