Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 762 Bytes

File metadata and controls

44 lines (30 loc) · 762 Bytes

Status

Caution

The MessageKit CLI is no longer mantained

CLI

# Install the dependencies
yarn install
# run the app
yarn dev

Variables

Set up these variables in your app

KEY= # the private key of the agent wallet (generated by the CLI)
TEST_ENCRYPTION_KEY= # the private key of the test wallet (generated by the CLI)
OPENAI_API_KEY= # the API key for OpenAI

Run

Follow the steps below to run the bot

# Install the dependencies
yarn install
# run the app
yarn dev

Test

After running dev, you can end send a message to the agent and it will reply!

A screenshot of the terminal after running dev