aliamanuba
Community@TuxPenguin09 · Hexagon School
Studying computer science "I'm new to the community! Say hi!" - hodots. Default Bio (2021-2026) "Updating everyone" - Statolumn
Agent Skills by aliamanuba
Showing 2 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About aliamanuba
FAQPage SchemaWhat tasks can I accomplish with aliamanuba's Hardhat skills?▼
You can write Solidity and TypeScript tests, edit hardhat.config.ts, use the network.create() connection API, apply forge-std cheatcodes, deploy contracts with ethers.deployContract, and assert events, reverts, and ether balance changes using hardhat-ethers-chai-matchers.
Who should use these Hardhat skills?▼
Blockchain developers and smart contract engineers building on Ethereum with Hardhat 3, especially those using TypeScript, the @nomicfoundation/hardhat-toolbox-mocha-ethers stack, TypeChain-generated contract types, and mocha-based test suites.
How do the hardhat and hardhat-toolbox-mocha-ethers skills work together?▼
Load the base hardhat skill for any Hardhat 3 project work, including config, test-layer choice, and compile-then-typecheck flow. Add the hardhat-toolbox-mocha-ethers skill when the project depends on @nomicfoundation/hardhat-toolbox-mocha-ethers for ethers helpers and chai assertions.
What are the prerequisites for using these skills?▼
You need a Hardhat 3 project with hardhat.config.ts, and for toolbox-specific guidance, the @nomicfoundation/hardhat-toolbox-mocha-ethers package installed. Familiarity with TypeScript, Solidity, and mocha testing is assumed by the skill content.