3 Tweets Sep 17, 2024
Building indexer on Aptos is easy as 1 2 3.
Step 1 defines your db table schema, which is usually just a mapping from on chain struct.
Step 2 defines how to parse from on chain event to db struct.
Step 3 write the SQL logic to insert/update the db.
See the readme in the indexer.

Loading suggestions...