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.
git clone git@github.com:FuelLabs/fuel-indexer.git
DATABASE_URL=postgres://postgres@localhost bash scripts/run_migrations.bash
cargo run --bin fuel-indexer