|
|
||
|---|---|---|
| .. | ||
| contracts | ||
| ledger | ||
| README.md | ||
| __init__.py | ||
| adapters.py | ||
| bridge.py | ||
| contract_registry.py | ||
| contracts.py | ||
| ledger.py | ||
| zk_proofs.py | ||
README.md
TradeCipher MVP Skeleton
A minimal, testable foundation for canonical data contracts, a bridge, and adapters to enable cross-venue interoperability with privacy-preserving goals.
- Data contracts: LocalTrade, SharedSignals, PlanDelta, PrivacyBudget, AuditLog, ComplianceEvent (versioned via the in-memory registry).
- Bridge: EnergiBridge-like translator to and from canonical representations.
- Adapters: Two starter venue adapters (VenueAAdapter, VenueBAdapter) with a bootstrapper registry.
This repository is intended as a reference MVP, not a production system. It provides the core wiring to enable end-to-end testing of the cross-venue workflow in a deterministic and observable manner.