Skip to content

Quickstart

Here’s a step-by-step guide to get you started.

CLI

This tool simplifies the creation and configuration of new apps.

bun
bun create message-kit

Refer to structure of the app so see the folder is created.

Templates

Reach out to humanagent.eth for MessageKit Community Sponsorship for Replit Core.

  • Or choose one of the templates from the CLI to get started.

Variables

Set up these variables in your app

cmd
KEY= # the private key of the agent wallet
OPENAI_API_KEY= # the API key for OpenAI

Run the bot

Follow the steps below to run the bot

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

Test

Send a message to the app from Converse, and it will reply!

Deploy

See Deployment for more information.