Architecture design documents and technical documentation for Mantis Exchange.
| File | Description |
|---|---|
| architecture.md | System architecture, service topology, data flow |
| roadmap.md | Development roadmap — 5 phases |
graph TD
Web([mantis-web]) --> GW[mantis-gateway]
Admin([mantis-admin]) --> GW
GW --> ME[mantis-engine]
GW --> OS[mantis-order]
GW --> AC[mantis-account]
GW --> MD[mantis-market-data]
OS --> ME
OS --> AC
OS --> RS[mantis-risk]
WL[mantis-wallet] --> AC
WL --> BC([QFC Chain])
ME --> K[(Kafka)]
K --> MD
K --> OS
AC --> DB[(PostgreSQL)]
OS --> DB
MD --> DB
WL --> DB