protokolprotokolOfficialยท2 Agent Skills Included

solidity-typescript-hardhat-template

Solidity smart contract scaffolding, testing, and deployment checks

Scaffolds new Solidity contracts with matching tests, Ignition deployment modules, and Hardhat tasks. Runs pre-deployment checks covering compilation, tests, coverage, linting, and network configuration. Removes manual boilerplate setup and catches configuration errors before contracts go live on Ethereum or Polygon.
npx skills add protokol/solidity-typescript-hardhat-template --all -g -y
Available:

Gives your AI agent the project's Solidity, testing, and deployment conventions so it writes contracts and tasks that match the existing codebase and verifies them with compile and test runs.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’