Skip to content

dvansari65/dex_orderbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

271 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Architecture (How indexer interacts with frontend and smart contract)

flowchart LR
    A[Solana Blockchain<br>Raw Event Stream] --> B[Indexer Service<br>Ingestion Layer];
    subgraph B[Indexer Service]
        B1[Parse & Structure Data] --> B2[Write to Databases];
    end
    
    B --> C[(Database Layer)];
    subgraph C
        C1[PostgreSQL<br>Historical/Complex Data]
        C2[Redis<br>Real-time Cache]
    end
    
    C --> D[API/WebSocket Layer];
    D --> E[Frontend UI];
Loading

About

A modular Solana DEX with an on-chain orderbook, built with Anchor and Next.js, featuring real-time order matching, event queue, and off-chain indexing for high-performance trading.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors