|
|
||
|---|---|---|
| mercurymesh | ||
| mercurymesh_privacy_preserving_market_da | ||
| tests | ||
| .gitignore | ||
| AGENTS.md | ||
| README.md | ||
| pyproject.toml | ||
| setup.cfg | ||
| test.sh | ||
README.md
MercuryMesh MVP
Privacy-preserving market data federation for cross-exchange analytics.
- Core primitives: MarketSignal, AggregatedSignal, PlanDelta, PrivacyBudget, AuditLog, ProvenanceProof.
- Graph-of-Contracts registry and two starter adapters (venue A & B).
- Lightweight TLS-based wiring and a toy provenance module.
- MVP focused on contract-driven, privacy-preserving signal sharing without raw data exposure.
Getting started
- Run tests and build: bash test.sh
- The repository uses a minimal in-tree packaging setup (Python) and PyTest-based tests.
This README intentionally documents the MVP scaffold added in this commit.