What problem does it solve?
This Skill helps developers integrate and manage the VeChain indexer-core library, ensuring efficient and accurate data indexing from the VeChain blockchain.
Core Features & Use Cases
- Library Integration: Guides users on incorporating
indexer-core into their services.
- Mode Selection: Assists in choosing between
LogsIndexer and BlockIndexer based on specific needs.
- Configuration: Provides instructions for configuring
IndexerFactory, IndexerProcessor, and IndexerRunner.
- Event Handling: Details on setting up ABI events, VET transfers, and business events.
- Use Case: A developer needs to build a service that tracks all NFT transfers on the VeChain blockchain. This Skill can guide them on configuring
indexer-core to efficiently capture and process these events.
Quick Start
Use the indexer-core skill to integrate the library into a new service, focusing on configuring the IndexerFactory for ABI event indexing.