contract-deployer

Deploy smart contracts (ERC20, ERC721) from templates.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "contract-deployer" with this command: npx skills add termix-official/cryptoclaw/termix-official-cryptoclaw-contract-deployer

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

Tools Used

  • write_contract - Deploy contract bytecode
  • is_contract - Verify deployment
  • read_contract - Read contract state
  • estimate_gas - Estimate deployment cost

Security Rules

  • ALWAYS show estimated deployment gas cost before executing
  • ALWAYS confirm contract parameters (name, symbol, supply) with user
  • Warn about mainnet deployments (suggest testnet first)
  • Never deploy without explicit confirmation

Example Interactions

User: "Deploy an ERC20 token called MyCoin with 1M supply on BSC" Action: Show deployment parameters, gas estimate, confirm, deploy using ERC20 template

User: "Create an NFT collection on Polygon" Action: Collect name/symbol, show gas estimate, deploy ERC721 template

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

macro-calendar

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

dune

No summary provided by upstream source.

Repository SourceNeeds Review
Web3

defillama

No summary provided by upstream source.

Repository SourceNeeds Review