Query TON blockchain through natural language in Claude Code. Execute API calls directly or generate SDK code.Documentation Index
Fetch the complete documentation index at: https://toncenter.ness.su/llms.txt
Use this file to discover all available pages before exploring further.
Installation
In Claude Code:Configuration
Create.env in the project root:
| Variable | Description | Default |
|---|---|---|
TONCENTER_API_KEY | API key from @toncenter bot | Optional |
TONCENTER_NETWORK | mainnet or testnet | mainnet |
TONCENTER_BASE_URL | Custom base URL (overrides network) | auto |
TONCENTER_RPS_LIMIT | Max requests per period | 1 |
TONCENTER_RPS_PERIOD | Rate limit period in seconds | 1.2 |
Usage Examples
Plugin Source
Skill definition, reference files, and CLI runner.