zkTLS acts as a cryptographic primitive that transforms a comprehensive data pipeline into a succinct proof. The Verity DP framework empowers you to develop your own verifiable data pipelines, allowing data to be sourced from any location, processed, and utilised on a blockchain in a trust-minimised manner. This significantly enhances the integrity of data-driven on-chain financial markets and liquidity management.
These verifiable data pipelines result in zkTLS proofs (using either SNARK or STARK) that can be verified across major blockchains.
- dfx
- Verity CLI - to get access to the
verity
CLI, contact us at Discord - Rust
This means that we start a local IC (Internet Computer) node with Verity Verifier deployed.
To do this, we run:
cd
into theic/managed/verifier
directory- Run
dfx start --clean
- Run
dfx deploy
This involves operating a local Notary, and Prover.
- Run
verity notary start --config ./config/notary.yaml
- Run
verity prover start
From within the examples/zktls
directory, run:
cargo run