aresrpg / aresrpg-dapp

Aresrpg's decentralized web application
https://app.aresrpg.world
2 stars 4 forks source link

AresRPG Sui indexer 2.0 #140

Open Sceat opened 3 months ago

Sceat commented 3 months ago

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

Sceat commented 3 months ago

first part is done https://github.com/aresrpg/sui-checkpoint-reader & https://github.com/aresrpg/aresrpg-indexer