πŸ•ΉοΈ Overview

Sentio roughly works as the following

  • User writes a Sentio Processor or Hosted Subgraph, upload it through ➑ CLI.
  • The processor code is triggered on user-defined conditions (on πŸ’Ž Supported Networks) and executed on Sentio internal infrastructures in real time and automatically adjusted with chain reorg).
  • 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 shows up automatically on Sentio UI.
  • Processor code could also emit Webhooks.
  • User A, B, C can build dashboard and alert on top of all the data collected. And create API based on the collected data.

Indexer status can be view at πŸ’‘ Data Source and the code could be directly edit by πŸ“¦ Web IDE