generate_indexer
Create subgraph code to index Arbitrum smart contracts for The Graph, enabling blockchain data querying and analysis.
Instructions
Generate subgraph code for indexing Arbitrum contracts with The Graph.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Description of the indexing requirements | |
| template | No | Type of subgraph template to use | |
| contract_address | No | Contract address to index | |
| contract_abi | No | Contract ABI JSON string for custom events | |
| start_block | No | Block number to start indexing from | |
| network | No | Network to deploy the subgraph | arbitrum-sepolia |