Skip to content

Latest commit

 

History

History

create-message-kit

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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