Skip to content

NethermindEth/eliza-chaoschain-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eliza Chaoschain Plugin 🤖

🚀 Quick Start

Prerequisites

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.

Edit the .env file

Copy .env.example to .env and fill in the appropriate values.


cp .env.example .env

Enter your Open AI keys under OPENAI_API_KEY

Start the plugin

git  clone  https://github.com/NethermindEth/eliza-chaoschain-plugin.git

cd  eliza-chaoschain-plugin

cp  .env.example  .env

pnpm  i && pnpm  build && pnpm  start

Start the Web Client

While eliza plugin is running, open another terminal

pnpm start:client

Interact via Browser

Make sure your chaoschain is running and now you can go to http://localhost:5173/ in your browser.


Modify Character

Open agent/src/character.ts to modify or add the character of chaoschain agent

About

Plugins to let an eliza agent connect to ChaosChain

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published