πŸ•ΉοΈ Overview

Sentio roughly works as follows:

  • User writes a Sentio Processor or Hosted Subgraph and uploads it through the ➑ CLI.
  • The processor code is triggered on user-defined conditions (on πŸ’Ž Supported Networks) and executed on Sentio's internal infrastructure in real time and automatically adjusted with chain reorganizations.
  • Sentio backfills all the historical data (from contract creation time) and follows the blockchain in real time.
  • Processor code emits Metrics, Event Logs, Entities, etc. (more on πŸ—‚οΈ Data types) that show up automatically on the Sentio UI.
  • Processor code can also emit Webhooks.
  • Users can build dashboards and alerts on top of all the data collected, and create APIs based on the collected data.

Indexer status can be viewed at πŸ’‘ Data Source and the code can be directly edited using the πŸ“¦ Web IDE