stack
nextjs, api routes, typescript, moralis apis, react query, prisma, recharts
idea
this was a clients project so the idea wasn't mine, the task was initially to build a dune dashboard data analytics project from two tokens on the lisk chain (lzar and lusd)
implementation
the data for these tokens were not indexed on dune. i confirmed this through some emails i exchanged with them. so i looked for other ways to get and render blockchain data and i came across moralis and using their api i wired a nextjs dashboard up with the necessary data. i used recharts on shadcn to render the charts and i persisted data with a simple prisma db.



