hairyf/blockchain-skills

hardhat-tron

Agent-oriented skills for Hardhat on TRON—config, compilation, deployment, and testing with @layerzerolabs/hardhat-tron and hardhat-deploy.

First seen Feb 28, 2026

Installation

$ npx skills add hairyf/blockchain-skills --skill hardhat-tron

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from hairyf/blockchain-skills · top by installs.

npx skills add hairyf/blockchain-skills

Browse all from hairyf/blockchain-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
License LICENSE.md
Default branch main
Open issues 1
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version2026.2.25
More 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

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,795 B
  • docs SUMMARY.md 161 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 4 installs

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.

Dependencies & versions

  • Hardhat must be v2: @layerzerolabs/hardhat-tron requires Hardhat 2.x; Hardhat 3 is not supported.
  • Recommended versions (aligned with the example project):

- hardhat: ^2.26.3 - @layerzerolabs/hardhat-tron: ^3.0.124 - @layerzerolabs/hardhat-deploy: ^0.11.45-lz.4 - @nomicfoundation/hardhat-toolbox: ^6.1.0 - dotenv: ^17.2.1

Core References

Topic Description Reference
Config Plugin, solidity/tronSolc alignment, networks (Nile), env (TRONPRIVATEKEY, TRONPROAPI_KEY) [core-config](references/core-config.md)
Compilation tronSolc enable/filter/compilers, version match, remapping [core-compilation](references/core-compilation.md)

Features

Topic Description Reference
Deployment hardhat-deploy script pattern, deploy to Nile, tags [features-deployment](references/features-deployment.md)
Testing Mocha/Chai tests on local Hardhat network, ethers [features-testing](references/features-testing.md)