Skip to content

Markeljan/mintai

Repository files navigation

Mintai

Mintbase template with to generate Stability.ai images and mint them to Near instantly.

image

Getting Started

First, add necessary environment variables.

Next, create a contract on testnet.mintbase.xyz

Deploy a proxy minter contract using this repo: mintbase/minsta-contract

Finally, add the proxy contract as a minter on your Mintbase dashboard.

**Note if deploying to prod this requires pro or higher on vercel to support serverless functions > 15 seconds

Run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

  • make sure to add your environment variables

Check out our Next.js deployment documentation for more details.