cycles-quartz/crates/contracts
2024-10-16 23:13:15 +04:00
..
core LICENSE (#253) 2024-10-15 22:58:06 +02:00
dcap-verifier release: v0.1.0 (#255) 2024-10-16 23:13:15 +04:00
tcbinfo release: v0.1.0 (#255) 2024-10-16 23:13:15 +04:00
tee-ra LICENSE (#253) 2024-10-15 22:58:06 +02:00
README.md docs: Update docs to reflect crate reorg naming, and remove EPID docs (#233) 2024-10-01 23:57:13 -04:00

Quartz CosmWasm Packages

CosmWasm packages for building Quartz apps and verifying remote attestations from SGX.

The main interface for CosmWasm developers is package core.

Packages

  1. quartz-contract-core. High-level framework for building attestation-aware smart contracts by wrapping CosmWasm messages in TEE attestations (e.g. DCAP).
  2. quartz-dcap-verifier: Standalone smart contract for verifying DCAP attestations that can be called by other contracts.
  3. quartz-tee-ra: Implements core types for SGX quotes and verification for DCAP attestations
  4. quartz-tcbinfo: Standalone smart contract for verifying attestations come from valid/secure Trusted Compute Base (TCB)