Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 250 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 250 Bytes

Superchain Testnet Tools

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)