Skip to content

zeroXbrock/chatNFT

Repository files navigation

ChatNFT

A SUAPP that uses ChatGPT to create NFTs.

Quickstart

# 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