Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ The VDP Framework is divided into the following modules:
- **Partial verification** is necessary when leveraging the zkVM, maintaining high performance by partially verifying proofs in a replicated compute platform to minimise ZK proving times.
- **Full verification** is only necessary when the data processed is public, which is rare as the zkVM is designed to maintain data privacy and roll up various TLS attestations into a single succinct proof.
- `verify-local`: Performs TLS proof verification by combining remote verification of public facets, with private facets of the TLS proof. Designs specifically for zkVM guest environment.
- `evm`: Smart Contracts templates for integrating various chains in an app-specific multi-chain protocol powered by the IC and Verity.
- `examples`: Examples of how to use the Verity Data Processor Framework to generate zkTLS proofs.
- `zk`: Utilities and tests supporting zkVM usage.

Expand Down
12 changes: 0 additions & 12 deletions evm/.env.sample

This file was deleted.

34 changes: 0 additions & 34 deletions evm/.github/workflows/test.yml

This file was deleted.

14 changes: 0 additions & 14 deletions evm/.gitignore

This file was deleted.

91 changes: 0 additions & 91 deletions evm/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions evm/foundry.toml

This file was deleted.

1 change: 0 additions & 1 deletion evm/lib/forge-std
Submodule forge-std deleted from d3db4e
1 change: 0 additions & 1 deletion evm/lib/openzeppelin-contracts
Submodule openzeppelin-contracts deleted from 0643d1
1 change: 0 additions & 1 deletion evm/lib/openzeppelin-contracts-upgradeable
Submodule openzeppelin-contracts-upgradeable deleted from 7f46c6
1 change: 0 additions & 1 deletion evm/lib/openzeppelin-foundry-upgrades
Submodule openzeppelin-foundry-upgrades deleted from 6461ba
3 changes: 0 additions & 3 deletions evm/remappings.txt

This file was deleted.

25 changes: 0 additions & 25 deletions evm/script/DeployLocker.s.sol

This file was deleted.

26 changes: 0 additions & 26 deletions evm/script/UpgradeLocker.s.sol

This file was deleted.

Loading
Loading