flowchart TD
A["Blockchain Node"] --> B["Chain Listener"]
B --> C["Redpanda Topic"]
C --> D["Materializer"]
D --> E["Postgres Database"]
E --> F["HTTP API (Initial State)"]
E --> G["WebSocket Hub (Live Updates)"]
subgraph Client Side
F
G
end
lunochkin/chain-indexer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|