- Node.js: recommended to use nvm
- pnpm:
npm install -g pnpm
Fill in your .env file and run:
cd apps/interface
pnpm dev
Test:
pnpm run test
Deploy:
pnpm run deploy --network baseSepolia --gasprice 0.002gwei
apps/
- Applicationspackages/
- Packages
Scripts follow the same pattern in all apps/
and packages/
:
pnpm dev
- Start in development modepnpm build
- Build for productionpnpm test:lint
- Type-check and lint codepnpm test
- Run tests andpnpm test:lint
pnpm compile
- If available, compile contracts