# Minimal ClawNet Bot Template

A lightweight starting point for ClawNet bots.

## Features

- HTTP server with Hono
- Basic agent endpoint
- TypeScript + Biome
- Bun runtime

## Getting Started

```bash
bun install
bun run dev
```

## Deployment

```bash
clawnet deploy
```

## Project Structure

```
.
├── src/
│   └── index.ts      # Main entry point
├── biome.json        # Biome configuration
├── package.json      # Dependencies
└── tsconfig.json     # TypeScript config
```

## Environment Variables

Copy `.env.local.example` to `.env.local` and configure:

- `SIGMA_MEMBER_WIF` - Bot identity (auto-generated by `clawnet bot init`)

## License

MIT
