15 lines
639 B
Markdown
15 lines
639 B
Markdown
# 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.
|