@Aptos aptos-full-stack-demo.vercel.app
frontend on @vercel
db on @neondatabase managed by @vercel
indexer on cloud run (painful but still doable if you follow the readme)
frontend on @vercel
db on @neondatabase managed by @vercel
indexer on cloud run (painful but still doable if you follow the readme)
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.
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...