Skip to content

🗃 The Fuel indexer is a standalone service that can be used to index various components of the Fuel blockchain.

Notifications You must be signed in to change notification settings

FuelLabs/fuel-indexer

Repository files navigation

Fuel Indexer

Fuel Logo

build crates.io docs discord

The Fuel indexer is a standalone service that can be used to index various components of the blockchain. These indexable components include blocks, transactions, receipts, and state within a Fuel network, allowing for high-performance read-only access to the blockchain for advanced dApp use-cases.

Usage

Clone repository

git clone git@github.com:FuelLabs/fuel-indexer.git

Run migrations

DATABASE_URL=postgres://postgres@localhost bash scripts/run_migrations.bash

Start the service

cargo run --bin fuel-indexer