A TypeScript application with React frontend and Privy authentication integration.
src/- Backend TypeScript applicationfrontend/- React frontend with Privy authentication
The frontend is a React application with Privy authentication and account abstraction wallet integration.
cd frontend
npm install
cp env.example .env.local
# Edit .env.local and add your Privy App ID from https://dashboard.privy.io/
npm start- Privy Authentication: Seamless wallet connection with account abstraction
- GameState Management: Clean separation of login and menu states
- Modern UI: Built with React, TypeScript, and Tailwind CSS
See frontend/README.md for detailed frontend documentation.
npm install
cp .env.example .env
npm run devdocker build -t my-app .
docker run --rm --env-file .env my-app