contract-deployer
Installation
SKILL.md
Contract Deployer Skill
Deploy smart contracts (ERC20, ERC721) from templates.
Overview
Help users deploy standard token contracts using pre-built templates and the write_contract tool.
Capabilities
- Deploy ERC20: Create a new fungible token with custom name, symbol, supply
- Deploy ERC721: Create a new NFT collection
- Verify deployment: Check deployed contract on block explorer
- Contract interaction: Read/write to deployed contracts