The Fuel Indexer
1.
Quickstart
2.
Getting Started
2.1.
Installing Rust
2.2.
System dependencies
2.3.
Application dependencies
2.3.1.
Database
2.3.2.
fuelup
2.3.3.
sqlx
2.3.4.
wasm-snip
2.4.
Configuration
2.5.
A Fuel Indexer Project
3.
Examples
3.1.
Hello World
3.2.
Block Explorer
4.
Plugins
4.1.
forc index
5.
Components
5.1.
Assets
5.1.1.
Manifest
5.1.2.
Schema
5.1.3.
Module
5.2.
Database
5.2.1.
Data Types
5.2.1.1.
ID Types
5.2.2.
Foreign Keys
5.3.
GraphQL
5.3.1.
Schema
5.3.2.
API Server
5.3.3.
Types
5.3.4.
Directives
5.4.
Indices
5.4.1.
Registering Indices
6.
What Can I Index?
6.1.
Blocks and Transactions
6.2.
Receipts
Light (default)
Rust
Coal
Navy
Ayu
The Fuel Indexer Service
Examples
Hello World
A "Hello World" type of program for the Fuel Indexer service.
Block Explorer
An extremely basic block explorer implementation that shows how blocks, transactions, contracts, and accounts can be persisted into the database.