A SUAPP that uses ChatGPT to create NFTs.
# clone the repo and enter it
git clone https://github.com/zeroXbrock/chatNFT
cd chatNFT
# build and deploy the smart contracts we need
./initContracts.sh
# update .env with your own variables
vim .env
# install app dependencies
bun install
# run the app
bun run dev