What is tronbox?
Development framework and testing environment for TRON (TVM) and EVM-compatible chains — compile, migrate, test, and console. Source: hairyf/blockchain-skills.
Development framework and testing environment for TRON (TVM) and EVM-compatible chains — compile, migrate, test, and console.
Quickly install tronbox AI skill to your development environment via command line
Source: 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 |
Development framework and testing environment for TRON (TVM) and EVM-compatible chains — compile, migrate, test, and console. Source: hairyf/blockchain-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/hairyf/blockchain-skills --skill tronboxDevelopment framework and testing environment for TRON (TVM) and EVM-compatible chains — compile, migrate, test, and console. Source: hairyf/blockchain-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hairyf/blockchain-skills --skill tronbox Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/hairyf/blockchain-skills