Skip to content

Latest commit

 

History

History

Group Example

Running locally

Follow the steps below to run the app

Set up

# 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

Variables

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