Skip to content
Ali Sharif edited this page Jul 4, 2018 · 5 revisions

Welcome to the aion_explorer wiki!

High-Level Architecture

There are 3 major components:

  1. User-interface Single Page Application (SPA): User interface, served from a static web-server.
  2. Dashboard ETL: This process collects blockchain state information from a list of Aion chain nodes using the Java API, and populates the MySQL database.
  3. Dashboard API: This process serves a REST and Websocket API; this API exposes SQLized data stored in MySQL.

See Architecture Diagram:

architecture

Clone this wiki locally