Solomon getnet
Community@solomongetnet · Ethiopia
Never give up!
Agent Skills by Solomon getnet
Showing 2 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About Solomon getnet
FAQPage SchemaWhat tasks can I accomplish with Solomon Getnet's Hardhat skills?▼
You can write and modify Solidity and TypeScript tests in Hardhat 3, configure hardhat.config.ts, use forge-std cheatcodes and networkHelpers, deploy and call contracts through viem clients, and assert reverts, events, and balance changes with viem.assertions.
Who should use these Hardhat skills?▼
Ethereum developers and smart contract engineers working on Hardhat 3 projects, especially those using the @nomicfoundation/hardhat-toolbox-viem package for viem-based contract deployment, reads, writes, and test assertions.
How do the hardhat and hardhat-toolbox-viem skills work together?▼
Load the hardhat skill for any Hardhat 3 project work involving tests, config, or network.create(). Additionally load hardhat-toolbox-viem when the project depends on @nomicfoundation/hardhat-toolbox-viem to get guidance on viem clients, contract calls, and assertions.
What are the prerequisites for using these skills?▼
You need a Hardhat 3 project with hardhat.config.ts and the hardhat package installed. For the toolbox skill, the project must depend on @nomicfoundation/hardhat-toolbox-viem, which exposes viem clients on network.create().
Do these skills cover the compile and typecheck process?▼
Yes. The hardhat skill covers the compile-then-typecheck workflow, test-layer choice between Solidity and TypeScript tests, the network connection API, and forge-std cheatcodes for Hardhat 3 projects.