什么是 ton-http?
TON HTTP API (TON Center / ton-http-api) — 账户、交易、消息、发送、runGetMethod;使用 Swagger 来获取请求/响应参数和返回值。 来源:hairyf/blockchain-skills。
TON HTTP API (TON Center / ton-http-api) — 账户、交易、消息、发送、runGetMethod;使用 Swagger 来获取请求/响应参数和返回值。
通过命令行快速安装 ton-http AI 技能到你的开发环境
来源:hairyf/blockchain-skills。
Based on ton-http-api (sources/ton-http) and TON Index (Go) v3. For request parameters and return values of any endpoint, use Swagger UI or OpenAPI doc.json.
TON nodes use ADNL binary transport; an HTTP API is an intermediary that accepts HTTP and talks to TON lite servers (via tonlib). Use the public toncenter.com or run your own instance from the ton-http-api repo. TON Index v3 (at toncenter.com) adds indexed REST APIs (accounts, actions, jettons, NFTs, etc.) on top of stored chain data.
When calling or wrapping TON Center APIs, consult the above to confirm query/body parameters and response shapes.
TON HTTP API (TON Center / ton-http-api) — 账户、交易、消息、发送、runGetMethod;使用 Swagger 来获取请求/响应参数和返回值。 来源:hairyf/blockchain-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/hairyf/blockchain-skills --skill ton-httpTON HTTP API (TON Center / ton-http-api) — 账户、交易、消息、发送、runGetMethod;使用 Swagger 来获取请求/响应参数和返回值。 来源:hairyf/blockchain-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/hairyf/blockchain-skills --skill ton-http 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/hairyf/blockchain-skills