一键导入
hardhat-tron
Agent-oriented skills for Hardhat on TRON—config, compilation, deployment, and testing with @layerzerolabs/hardhat-tron and hardhat-deploy.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Agent-oriented skills for Hardhat on TRON—config, compilation, deployment, and testing with @layerzerolabs/hardhat-tron and hardhat-deploy.
用 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 Blueprint development environment — project layout, build/test/run, NetworkProvider, config, scripts, wrappers, and deploy/testing practices.
TON Blockchain — addresses, messages, TVM, cells, Blueprint, contracts, payments, API.
| name | hardhat-tron |
| description | Agent-oriented skills for Hardhat on TRON—config, compilation, deployment, and testing with @layerzerolabs/hardhat-tron and hardhat-deploy. |
| metadata | {"author":"Hairy","version":"2026.2.25","source":"Generated from https://github.com/aziz1975/layerzero-hardhat-tron, scripts located at https://github.com/antfu/skills"} |
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.
@layerzerolabs/hardhat-tron requires Hardhat 2.x; Hardhat 3 is not supported.hardhat: ^2.26.3@layerzerolabs/hardhat-tron: ^3.0.124@layerzerolabs/hardhat-deploy: ^0.11.45-lz.4@nomicfoundation/hardhat-toolbox: ^6.1.0dotenv: ^17.2.1| 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 |
| 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 |