一键导入
ton-blueprint
TON Blueprint development environment — project layout, build/test/run, NetworkProvider, config, scripts, wrappers, and deploy/testing practices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
TON Blueprint development environment — project layout, build/test/run, NetworkProvider, config, scripts, wrappers, and deploy/testing practices.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Go Ethereum (geth) — CLI, JSON-RPC, Clef, abigen, and developer workflows.
Agent-oriented skills for the Anchor framework—Solana program structure, accounts, CPI, IDL, clients, and tooling.
Solana Kit (JavaScript SDK) — RPC, signers, transactions, accounts, codecs, instruction plans, and program clients for agent-driven Solana tooling.
Solana blockchain development — core concepts, clients, RPC, tokens, and payments for agent-driven tooling.
TON Blockchain — addresses, messages, TVM, cells, Blueprint, contracts, payments, API.
Tact language for TON blockchain smart contracts — types, contracts, messages, send/receive, stdlib, and security.
| name | ton-blueprint |
| description | TON Blueprint development environment — project layout, build/test/run, NetworkProvider, config, scripts, wrappers, and deploy/testing practices. |
| metadata | {"author":"Hairy","version":"2026.2.25","source":"Generated from https://github.com/ton-org/blueprint, scripts located at https://github.com/antfu/skills"} |
Skill is based on Blueprint (ton-org/blueprint), generated at 2026-02-25.
Blueprint is a development environment for the TON blockchain: create projects with npm create ton@latest, then build (Tolk/FunC/Tact), test (Sandbox), and run scripts (deploy via TonConnect, deeplink, or mnemonic). Projects use a fixed layout: contracts/, wrappers/, compilables/, tests/, scripts/, build/.
| Topic | Description | Reference |
|---|---|---|
| Project structure | Directory layout, contracts/wrappers/compilables/tests/scripts/build | core-project-structure |
| CLI commands | build, test, run, create, rename, help, pack, snapshot, verify, set, convert | core-commands |
| NetworkProvider | sender, open, waitForDeploy, waitForLastTransaction, api, config | core-network-provider |
| Config | blueprint.config.ts, plugins, network, requestTimeout, recursiveWrappers, manifestUrl | core-config |
| UIProvider | write, prompt, input, choose, setActionPrompt, inputAddress for scripts | core-ui-provider |
| Networks and explorers | Network, Explorer, CustomNetwork, NetworkVersion for run/verify/config | core-networks-explorers |
| Topic | Description | Reference |
|---|---|---|
| Scripts | run(provider, args), deploy pattern, blueprint run | features-scripts |
| Compilation | compile(), CompilerConfig, compilables, build output, hooks | features-compilation |
| Build API | buildOne, buildAll, buildAllTact, artifact output | features-build-api |
| Wrappers | Contract, createFromConfig, createFromAddress, sendDeploy | features-wrappers |
| Plugins | Plugin, PluginRunner, custom CLI commands | features-plugins |
| Verify | Verify deployed contract on verifier.ton.org, flags, compiler version | features-verify |
| Pack | Publish-ready wrapper package, package.ts, dist, npm publish | features-pack |
| Create and rename | Create contract from template, rename across wrappers/scripts/tests | features-create-rename |
| Topic | Description | Reference |
|---|---|---|
| Deploy | Deploy flow, TonConnect/deeplink/mnemonic, env vars, verify | best-practices-deploy |
| Testing | Sandbox tests, compile(), coverage, gas report/snapshot | best-practices-testing |