No description
Find a file
hu55a1n1 be68105ec5 repo reorg
Move utils/quartz-proto to core/quartz-proto

Fix Cargo.toml paths

Add default working-directory for cosmwasm CI jobs

Fix default working-directory

Rename .cargo/config -> config.toml

Update working-directory

Update cosmwasm workflows

Update rust.yml paths

Add aliases to cargo config.toml

Test working-directory

Update cosmwasm CI jobs

Use --manifest-path

Use dtolnay/rust-toolchain action

Fix workflow

Remove --locked

SSH agent

SSH agent for schema

Remove unused SSH key

Exclude cw-tee-mtcs from rust CI jobs

Clippy fix

cargo fmt

Add CONTRIBUTING.md

Update README.md
2024-05-21 03:26:41 -07:00
.cargo repo reorg 2024-05-21 03:26:41 -07:00
.github repo reorg 2024-05-21 03:26:41 -07:00
apps/mtcs repo reorg 2024-05-21 03:26:41 -07:00
core repo reorg 2024-05-21 03:26:41 -07:00
cosmwasm repo reorg 2024-05-21 03:26:41 -07:00
docs repo reorg 2024-05-21 03:26:41 -07:00
relayer repo reorg 2024-05-21 03:26:41 -07:00
scripts repo reorg 2024-05-21 03:26:41 -07:00
utils repo reorg 2024-05-21 03:26:41 -07:00
.gitignore Ignore all Cargo.lock files 2024-01-11 03:21:39 -08:00
.rustfmt.toml Improve code formatting 2024-01-11 03:43:12 -08:00
Cargo.lock repo reorg 2024-05-21 03:26:41 -07:00
Cargo.toml repo reorg 2024-05-21 03:26:41 -07:00
CONTRIBUTING.md repo reorg 2024-05-21 03:26:41 -07:00
README.md repo reorg 2024-05-21 03:26:41 -07:00

cycles-quartz

A Rust implementation of the cycles protocol and the Quartz app framework.

This repository contains the following components -

Apps

Quartz applications, each consisting of CosmWasm smart contracts, Gramine based sidecar enclaves and accompanying ZK proofs.

Currently implemented apps -

  • MTCS - The default app which implements Multilateral Trade Credit Set-off.

Core

The Quartz core implementation including -

  • Core handlers and types for Quartz
  • Intel SGX remote attestation (RA) primitives
  • Light client and merkle proofs for CosmWasm storage

CosmWasm packages

CosmWasm packages for the core Quartz framework and remote attestation verification.

Utils

Utilities for supporting Quartz development and -

  • cw-prover - Retrieve a merkle-proof for CosmWasm state
  • cycles-sync - Sync obligations and setoffs with Obligato
  • mtcs-intent - CLI for keygen, encrypting/decrypting obligations/setoffs, etc.
  • tm-prover - Generate light client and merkle proofs for CosmWasm storage in a format that Quartz understands

Contributing

If you're interested in contributing, please comment on a relevant issue (if there is one) or open a new one! See CONTRIBUTING.md.

Resources

License

TBD