# OpenChat Offchain Bot Example

This is an example template for creating an offchain bot that runs on your local machine using the OpenChat Bot SDK.

## Quick Start

1. Set up the bot environment:
```bash
./scripts/setup_bot.sh
```

2. Start the bot:
```bash
cargo run
```

This will:
- Create a new identity for your bot
- Configure the necessary environment
- Build and run the bot locally

## Documentation

For full documentation on creating and managing OpenChat bots, visit:
[create-openchat-bot Documentation](https://www.npmjs.com/package/create-openchat-bot)
