Agent-oriented skills for Hardhat on TRON—config, compilation, deployment, and testing with @layerzerolabs/hardhat-tron and hardhat-deploy.
Resources
2Install
npx skillscat add hairyf/blockchain-skills/hardhat-tron Install via the SkillsCat registry.
SKILL.md
The skill is based on the LayerZero Hardhat TRON example (layerzero-hardhat-tron), generated at 2026-02-25.
Use this skill when configuring Hardhat for TRON (Nile/mainnet), compiling Solidity with tronSolc, deploying with hardhat-deploy, or writing tests. Plugin: @layerzerolabs/hardhat-tron; deploy: @layerzerolabs/hardhat-deploy.
Core References
| Topic | Description | Reference |
|---|---|---|
| Config | Plugin, solidity/tronSolc alignment, networks (Nile), env (TRON_PRIVATE_KEY, TRON_PRO_API_KEY) | core-config |
| Compilation | tronSolc enable/filter/compilers, version match, remapping | core-compilation |
Features
| Topic | Description | Reference |
|---|---|---|
| Deployment | hardhat-deploy script pattern, deploy to Nile, tags | features-deployment |
| Testing | Mocha/Chai tests on local Hardhat network, ethers | features-testing |