create-openchat-bot
Version:
CLI tool to create OpenChat bot templates
24 lines (16 loc) • 666 B
Markdown
# OpenChat Onchain Bot Example
This is an example template for creating an onchain bot that runs on the Internet Computer using the OpenChat Bot SDK.
## Quick Start
1. Deploy to the playground network:
```bash
./scripts/deploy_bot.sh
```
This will:
- Build and deploy your bot to the IC playground network
- Display your bot's URL and canister ID
- Set up everything needed to run the bot
## Documentation
For full documentation on creating and managing OpenChat bots, visit:
[create-openchat-bot Documentation](https://www.npmjs.com/package/create-openchat-bot)
## Note
Playground canisters expire after 20 minutes. You'll need to redeploy after expiration.