Add initial project structure and documentation files
- Created .gitignore to exclude sensitive files and directories. - Added API documentation in API_DOCUMENTATION.md. - Included deployment instructions in DEPLOYMENT.md. - Established project structure documentation in PROJECT_STRUCTURE.md. - Updated README.md with project status and team information. - Added recommendations and status tracking documents. - Introduced testing guidelines in TESTING.md. - Set up CI workflow in .github/workflows/ci.yml. - Created Dockerfile for backend and frontend setups. - Added various service and utility files for backend functionality. - Implemented frontend components and pages for user interface. - Included mobile app structure and services. - Established scripts for deployment across multiple chains.
This commit is contained in:
28
docs/ASLE_Diagrams.md
Normal file
28
docs/ASLE_Diagrams.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# ASLE Diagram Suite
|
||||
## Architecture, Flow, PMM Curves, CCIP Messaging, ERC-2535 Modules
|
||||
|
||||
This document contains all diagrams for the Ali & Saum Liquidity Engine (ASLE). All diagrams are provided in ASCII/pseudo-graphical style.
|
||||
|
||||
---
|
||||
|
||||
# 1. System Architecture Overview
|
||||
```text
|
||||
┌───────────────────────────────┐
|
||||
│ ASLE Liquidity Engine │
|
||||
│ (Core System) │
|
||||
└──────────────┬────────────────┘
|
||||
│
|
||||
┌──────────────────────┼─────────────────────────┐
|
||||
│ │ │
|
||||
┌──────────────┐ ┌──────────────────┐ ┌─────────────────────┐
|
||||
│ DODO PMM │ │ Chainlink CCIP │ │ ERC-2535 Modular │
|
||||
│ Liquidity │ │ Cross-Chain Layer│ │ Diamond Architecture│
|
||||
└──────────────┘ └──────────────────┘ └─────────────────────┘
|
||||
│ │ │
|
||||
│ │ │
|
||||
┌──────────────┐ ┌──────────────────┐ ┌─────────────────────┐
|
||||
│ Vault System │ │ Compliance Modes │ │ ERC-1155 Multi-Asset│
|
||||
│ (4626/1155) │ │ A / B / C │ │ Token Layer │
|
||||
└──────────────┘ └──────────────────┘ └─────────────────────┘
|
||||
```
|
||||
... (see canvas version for all diagrams)
|
||||
Reference in New Issue
Block a user