A full-stack Next.js application for managing crypto payments and invoices using Coinbase’s infrastructure.
.env
# Clerk Authentication NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=your_clerk_publishable_key CLERK_SECRET_KEY=your_clerk_secret_key # MongoDB MONGODB_URI=your_mongodb_uri # Coinbase CDP_API_KEY_NAME=your_coinbase_api_key_name CDP_API_PRIVATE_KEY=your_coinbase_private_key NEXT_PUBLIC_APP_ENV=development # or production # AWS AWS_ACCESS_KEY_ID=your_aws_access_key AWS_SECRET_ACCESS_KEY=your_aws_secret_key AWS_REGION=your_aws_region # Webhook NEXT_PUBLIC_WEBHOOK_URL=your_webhook_url
git clone https://github.com/heimlabs/coinbase-superpay.git cd coinbase-superpay
pnpm install
pnpm dev
pnpm build
pnpm start
Was this page helpful?