fuel-indexer-api-server 0.25.0

Fuel Indexer API Server
1
2
3
4
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    fuel_indexer_api_server::cli::run_cli().await
}