Skip to content

Fully automated token deployment on ETH, using ChatGPT and DALL-E.

Notifications You must be signed in to change notification settings

croissanteth/chatgpt-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

01b1cdf · Nov 17, 2023

History

7 Commits
Nov 17, 2023
Sep 19, 2023
Nov 17, 2023
Sep 19, 2023
Sep 21, 2023
Sep 19, 2023
Sep 19, 2023
Sep 19, 2023
Sep 19, 2023

Repository files navigation

Prerequisites

-Node.js

-Hardhat development environment

-OpenAI API key

Setup

Clone the repository.

run npm install

Create empty "contracts" folder, and .env file containing OPENAI_API_KEY, GOERLI_PRIVATE_KEY, and GOERLI_URL (RPC) values

Modifying GPT Interactions

To modify the interactions with GPT, refer to the deploygpt4.ts script inside the scripts directory:

API Key: Ensure your OpenAI API key is set in the .env file. The key is retrieved in the script at Line 11. API Calls: The OpenAI API is called at Line 17 and Line 96. Modify the request body or headers as required to customize the GPT response. DALL·E Interactions: If you wish to modify interactions with OpenAI's DALL·E model, refer to Line 277.

Running locally

npx hardhat run scripts/deploygpt4.ts

Deploy to blockchain

npx hardhat run scripts/deploygpt4.ts --network GOERLI

About

Fully automated token deployment on ETH, using ChatGPT and DALL-E.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published