Our current indexer is querying the rpc to get events and store combined result into a graphdb, it only support kiosk stuff and recipes, the rest of the dApp is making rpc queries to fetch characters etc.
Following the Sui indexing framework we will directly parse checkpoints files outputed from the node to store objects in a way that is convenient for AresRPG
Our current indexer is querying the rpc to get events and store combined result into a graphdb, it only support kiosk stuff and recipes, the rest of the dApp is making rpc queries to fetch characters etc.
Following the Sui indexing framework we will directly parse checkpoints files outputed from the node to store objects in a way that is convenient for AresRPG