A blockchain indexer service built on AEFinder SDK for indexing NFT-related events on the AELF blockchain.
This project is designed to index and track NFT-related events and transactions on the AELF blockchain, providing GraphQL endpoints for querying NFT transfer and other related data.
- .NET 8.0 or later
- AEFinder SDK
- GraphQL
nftIndexer/
├── src/ # Source code
│ └── nftIndexer/ # Main project code
├── test/ # Test files
├── NuGet.Config # NuGet configuration
└── nftIndexer.sln # Solution file
- NFT Transfer event tracking
- GraphQL API for querying NFT data
- Integration with AEFinder SDK
- Automated event processing
- Clone the repository
- Restore NuGet packages
- Build the solution
- Run the indexer
dotnet restore
dotnet buildConfigure your indexer settings in the appropriate configuration files. Make sure to set up your AEFinder SDK configuration properly.