https://github.com/zeroxbrock/chatnft
https://github.com/zeroxbrock/chatnft
chatgpt nft suave
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeroxbrock/chatnft
- Owner: zeroXbrock
- Created: 2024-05-01T00:04:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T21:42:42.000Z (almost 2 years ago)
- Last Synced: 2025-02-28T02:23:03.425Z (over 1 year ago)
- Topics: chatgpt, nft, suave
- Language: TypeScript
- Homepage: https://chatnft.lol
- Size: 814 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```