An open API service indexing awesome lists of open source software.

https://github.com/zeroxbrock/chatnft


https://github.com/zeroxbrock/chatnft

chatgpt nft suave

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ChatNFT

A SUAPP that uses ChatGPT to create NFTs.

## Quickstart

```sh
# 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
```