📓
v1
  • DAOstack Documentation
  • Introduction
    • What is DAOstack?
    • Architecture Overview
      • Smart Contracts
      • Subgraph
      • Arc.js (Javascript Library)
      • Decentralized Applications (Dapps)
    • Holographic Consensus
      • Genesis Protocol
  • Guides
    • Deploying a DAO
    • Deploy a template DAO
    • Adding Plugins to a DAO
      • Adding an Existing Plugin
      • List of Existing Plugins
      • Building a Plugin
    • Building a Custom DAO UI
    • Querying the Subgraph
  • Reference
    • Smart Contracts
    • Arc.js
    • Subgraph
Powered by GitBook
On this page

Was this helpful?

  1. Introduction
  2. Architecture Overview

Subgraph

PreviousSmart ContractsNextArc.js (Javascript Library)

Last updated 4 years ago

Was this helpful?

DAOstack currently uses a subgraph from The Graph protocol to index blockchain events and make them available to applications via GraphQL queries. You can read more about The Graph in their documentation . Our subgraph can be queried by anyone in the .

here
Graph Explorer