Skip to content

daytonaio/sample-react-coinbase-connect

Repository files navigation

Sample React Coinbase Connect

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.

Header Image


🚀 Getting Started

Open Using Daytona

  1. Install Daytona: Follow the Daytona installation guide.

  2. Create the Workspace:

    daytona create https://github.com/daytonaio/sample-react-coinbase-connect
  3. Start the Application:

    npm install
    npm run dev
    
    # Building for Production
    npm run build
    npm run preview

✨ Features

  • CoinBase Wallet integration
  • Modern UI with shadcn/ui components
  • Built with Vite for fast development
  • Type-safe with TypeScript