Modern web application with Crossmint wallet integration for Solana Agent Kit
Clone the repository
Install dependencies
Set up environment variables
.env
file in the root directory with the following variables:Run database migrations
http://localhost:3000
.
Command | Description |
---|---|
pnpm db:generate | Generate migrations |
pnpm db:migrate | Run migrations |
pnpm db:studio | Open database studio |
pnpm db:push | Push schema changes |
pnpm db:pull | Pull schema changes |
pnpm db:check | Check schema |
pnpm db:up | Update schema |
Crossmint Integration Code Example