No description
Find a file
Ethan Buchman b9d0ef2213
transfers: add scripts and readme (#63)
Co-authored-by: Daniel Gushchyan <d.gushchyan@gmail.com>
Co-authored-by: hu55a1n1 <sufialhussaini@gmail.com>
Co-authored-by: David Kajpust <kajpustd@gmail.com>
Co-authored-by: Daniel Gushchyan <39884512+dangush@users.noreply.github.com>
2024-06-28 14:56:50 +04:00
.cargo Repo reorg phase-3 (#8) 2024-05-30 02:00:43 +02:00
.github Repo reorg phase-3 (#8) 2024-05-30 02:00:43 +02:00
apps transfers: add scripts and readme (#63) 2024-06-28 14:56:50 +04:00
core feat: decoupling quartz from applications, creating transfers app (#64) 2024-06-26 23:31:01 +04:00
cosmwasm feat: decoupling quartz from applications, creating transfers app (#64) 2024-06-26 23:31:01 +04:00
docs repo reorg 2024-05-21 03:26:41 -07:00
relayer transfers: add scripts and readme (#63) 2024-06-28 14:56:50 +04:00
scripts Repo reorg phase-3 (#8) 2024-05-30 02:00:43 +02:00
utils transfers: add scripts and readme (#63) 2024-06-28 14:56:50 +04:00
.gitignore transfers: add scripts and readme (#63) 2024-06-28 14:56:50 +04:00
.rustfmt.toml Improve code formatting 2024-01-11 03:43:12 -08:00
Cargo.lock feat: decoupling quartz from applications, creating transfers app (#64) 2024-06-26 23:31:01 +04:00
Cargo.toml feat: decoupling quartz from applications, creating transfers app (#64) 2024-06-26 23:31:01 +04: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