flowchart TD
A[Stellar Horizon API] --> B[RPC Indexer]
B --> C[PostgreSQL Database]
C --> D[Express API]
D --> E[Dashboard UI]
- The RPC Indexer fetches vesting-related data from the Stellar Horizon API.
- The RPC Indexer processes and stores the data in the PostgreSQL database.
- The Express API reads data from the PostgreSQL database.
- The Dashboard UI consumes data from the Express API.