1. The Fuel Indexer
  2. 1. Quickstart
  3. 2. Getting Started
    1. 2.1. Installing Rust
    2. 2.2. System dependencies
    3. 2.3. Application dependencies
      1. 2.3.1. Database
      2. 2.3.2. fuelup
      3. 2.3.3. sqlx
      4. 2.3.4. wasm-snip
    4. 2.4. Configuration
    5. 2.5. A Fuel Indexer Project
  4. 3. Examples
    1. 3.1. Hello World
    2. 3.2. Block Explorer
  5. 4. Plugins
    1. 4.1. forc index
  6. 5. Components
    1. 5.1. Assets
      1. 5.1.1. Manifest
      2. 5.1.2. Schema
      3. 5.1.3. Module
    2. 5.2. Database
      1. 5.2.1. Data Types
        1. 5.2.1.1. ID Types
      2. 5.2.2. Foreign Keys
    3. 5.3. GraphQL
      1. 5.3.1. Schema
      2. 5.3.2. API Server
      3. 5.3.3. Types
      4. 5.3.4. Directives
    4. 5.4. Indices
      1. 5.4.1. Registering Indices
  7. 6. What Can I Index?
    1. 6.1. Blocks and Transactions
    2. 6.2. Receipts

The Fuel Indexer Service

Application dependencies

  • Database
  • fuelup
  • sqlx
  • wasm-snip