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
- Replit Quickstart Template: The fastest way to get started.
Reach out to humanagent.eth for MessageKit Community Sponsorship for Replit Core.
-
Or choose one of the templates from the CLI to get started.
- ENS Agent: A template for working with ENS domains.
- Simple Template: A simple template without skills.
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
Download Converse
Test
Send a message to the app from Converse, and it will reply!
Deploy
See Deployment for more information.