Conversational NFT minter leveraging Crossmint, ChatGPT and OpenAI.
Example use:
Please, mint an NFT on Polygon of a monkey coding in the middle of the dessert. Send it to domenec@paella.dev
This was built in the context of a Crossmint internal hackathon during a company offsite. Please note it's work in progress.
Make sure to install the dependencies:
yarn install
Start the development server on http://localhost:3000
yarn run dev
Build the application for production:
yarn run build
Locally preview production build:
yarn run preview