什么是 tronbox?
TRON (TVM) 和 EVM 兼容链的开发框架和测试环境 - 编译、迁移、测试和控制台。 来源:hairyf/blockchain-skills。
TRON (TVM) 和 EVM 兼容链的开发框架和测试环境 - 编译、迁移、测试和控制台。
通过命令行快速安装 tronbox AI 技能到你的开发环境
来源:hairyf/blockchain-skills。
The skill is based on TronBox v4.5.0, generated at 2026-02-25.
TronBox is a Truffle-style framework for TRON: smart contract compilation, migrations, testing, and an interactive console. It supports both the native TRON Virtual Machine (TVM) and EVM-compatible chains (e.g. BTTC) via a separate config and the --evm flag. Migrations and tests use ethers v6 in EVM mode and TronWeb for TVM.
| Configuration | tronbox.js / tronbox-evm-config.js, networks, paths, solc | core-config | | Migrations & Deployer | Migration scripts, deploy/link/then API, context (artifacts, tronWeb, ethers) | core-migrations | | Compile | Compiling contracts, --all / --evm, build output | core-compile |
TRON (TVM) 和 EVM 兼容链的开发框架和测试环境 - 编译、迁移、测试和控制台。 来源:hairyf/blockchain-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/hairyf/blockchain-skills --skill tronboxTRON (TVM) 和 EVM 兼容链的开发框架和测试环境 - 编译、迁移、测试和控制台。 来源:hairyf/blockchain-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/hairyf/blockchain-skills --skill tronbox 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/hairyf/blockchain-skills