solidity-typescript-hardhat-template
Solidity smart contract scaffolding, testing, and deployment checks
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install solidity-typescript-hardhat-template?โผ
Run `npx skills add protokol/solidity-typescript-hardhat-template --all -g -y` in your terminal to install all skills in this suite globally.
How to create a new Solidity contract quickly?โผ
Use the new-contract skill to generate the contract, test file, Ignition deployment module, and Hardhat tasks in one step, all following OpenZeppelin v5 patterns.
How to check if a contract is ready to deploy?โผ
The deploy-check skill runs compilation, tests, coverage, linting, and network config verification, then outputs a PASS/FAIL summary table with recommended fixes.
Which token standards does this template support?โผ
It includes ready-made ERC20, ERC721, and ERC1155 contracts with tests, deployment modules, and minting tasks for Ethereum and Polygon networks.
Does it work with Claude Code?โผ
Yes. The CLAUDE.md file and skills follow the universal standard, so they run directly in Claude Code and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core