What we have:
- Typescript
- Vite for building
- React for FE
- TailwindCSS for layout + styling
- Web3 Onboard for wallet connections
- zkSync SDK for chain integration
- eslint for linting
- Vercel for deployment
- main branch deployment
- preview deployments are created automatically for PRs - check comments in PRs left by Vercel
You need Node.js v18 or newer + yarn .
- Lint:
yarn run lint
- Run dev server:
yarn run dev