Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 277 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 277 Bytes

DApp Starter with Indexer

How to run locally

install dependencies

pnpm i

run dev environment

pnpm dev

the above command will

  1. start anvil instance
  2. deploy contracts (foundry)
  3. start dev server for frontend (vite)
  4. start indexer (ponder)