ChatGPT demo forked from chatgpt-lite
This is a demo app for Galadriel
To see the contracts this app uses check this repo: Contracts
- Install NodeJS 18.
- Clone the repository.
- Install dependencies with
npm install. - Copy
.env.exampleto.env.localand update environment variables.
Edit .env.localNEXT_PUBLIC_NETWORK"local" defaults tohttp://localhost:8545/
and anything else useshttps://devnet.galadriel.com/as the RPC url
The default contract address is Galadriel testnet contract address - Start the application using
npm run dev. - Visit
http://localhost:3001in your browser.