Follow the steps below to run the app
# Clone the repo
git clone https://github.com/ephemeraHQ/message-kit
# Go to the example folder
cd examples/group
# Install the dependencies
yarn install
# Run the app
yarn dev
Set up these variables in your app
KEY= # 0x... the private key of the bot wallet (with the 0x prefix)
OPEN_AI_API_KEY= # openai api key
MSG_LOG=false # logs the message on the console