A boilerplate for quickly setting up a project with React + Vite + TypeScript + shadcn/ui + CoinBase Wallet SDK. This template saves hours of efforts it would take for a developer to manually set all this up.
-
Install Daytona: Follow the Daytona installation guide.
-
Create the Workspace:
daytona create https://github.com/daytonaio/sample-react-coinbase-connect
-
Start the Application:
npm install npm run dev # Building for Production npm run build npm run preview
- CoinBase Wallet integration
- Modern UI with shadcn/ui components
- Built with Vite for fast development
- Type-safe with TypeScript