Skip to content

dmc12-xyz/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

Packages

No packages published

Languages

  • Rust 97.2%
  • Shell 2.2%
  • Other 0.6%