You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ali Sharif edited this page Jul 4, 2018
·
5 revisions
Welcome to the aion_explorer wiki!
High-Level Architecture
There are 3 major components:
User-interface Single Page Application (SPA): User interface, served from a static web-server.
Dashboard ETL: This process collects blockchain state information from a list of Aion chain nodes using the Java API, and populates the MySQL database.
Dashboard API: This process serves a REST and Websocket API; this API exposes SQLized data stored in MySQL.