ProvenDB Open Source Verification CLI
Test status
Deploy status
provendb-verify
is an open source command line tool that allows ProvenDB/Chainpoint Proofs or Archives to be verified independently of the ProvenDB DBaaS.
- Build:
make
- Build for all platforms:
make build-all
(requires docker)
./provendb-verify -h
- ReadMe.io
Following Makefile options are global to all go
commands
The CLI release version
Example:
APP_VERSION=0.0.2 make
./provendb-verify -v
# provendb-verify version 0.0.2
The BlockCypher access token to be used in the CLI
Example:
BC_TOKEN=${YOUR_TOKEN_HERE} make test-dev
Contains the generic hashing interface for bags
Contains the Chainpoint flavored merkle tree implementation for above hashing interface
Contains convenient helpers for generating hashes, such as sha256
Contains all the logics to manipulate and verify ProvenDB/Chainpoint Proofs
Use the following command to fix:
xattr -d com.apple.quarantine path/to/provendb-verify_darwin_amd64