Caution
The MessageKit CLI is no longer mantained
# Install the dependencies
yarn install
# run the app
yarn dev
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
Follow the steps below to run the bot
# Install the dependencies
yarn install
# run the app
yarn dev
After running dev
, you can end send a message to the agent and it will reply!
A screenshot of the terminal after running
dev