Make sure you have the following versions of pnpm and node before begining the installation.
Node: v23.3.0
pnpm: 9.15.0
Note for Windows Users: WSL 2 is required.
Copy .env.example to .env and fill in the appropriate values.
cp .env.example .env
Enter your Open AI keys under OPENAI_API_KEY
git clone https://github.com/NethermindEth/eliza-chaoschain-plugin.git
cd eliza-chaoschain-plugin
cp .env.example .env
pnpm i && pnpm build && pnpm start
While eliza plugin is running, open another terminal
pnpm start:client
Make sure your chaoschain is running and now you can go to http://localhost:5173/
in your browser.
Open agent/src/character.ts
to modify or add the character of chaoschain agent