프로젝트

aptos-gas-burn-estimator

aptos-gas-burn-estimator screenshot or poster
2026Design + Engineering유지 보수
TypeScriptExpress
0 0 포크마지막 푸시 2026년 6월 12일

Long-lived accounts on Aptos pay upkeep in gas, and it's easy not to notice the meter running down. The estimator answers the runway question directly: it fetches live account state from Aptos, models burn from historical consumption stored in SQLite, and serves the result through an Express API validated with Zod.

A lightweight vanilla-JS frontend ships in the same repo and deploys as a static site, so checking an address's runway takes seconds.