Contract Development

Compile, deploy, simulate, and verify Solidity smart contracts with OpenZeppelin support.

majiayu000 a7e7a1c 2 files · 2.0 KB Updated 567 repo stars

File contents

When to use

Use this skill when you are:

  • Compiling Solidity source code (with or without OpenZeppelin imports)
  • Deploying contracts to any supported EVM chain
  • Verifying deployed contracts on Etherscan
  • Simulating contract deployments on Gorlami forks before going live

How to use

  • rules/compilation.md - Compiling Solidity with OZ import support
  • rules/deployment.md - Full deploy flow (MCP tool + script patterns)
  • rules/interactions.md - Read/write deployed contracts via MCP tools
  • rules/openzeppelin-v5.md - OZ v5+ import paths + Ownable patterns
  • rules/templates.md - Copy/paste Solidity templates (OZ v5-compatible)
  • rules/verification.md - Etherscan V2 standard-json-input verification
  • rules/simulation.md - Test deploys on Gorlami forks first
  • rules/gotchas.md - Common pitfalls and requirements

majiayu000/claude-skill-registry-data/tree/main/development/contract-development commit a7e7a1c97b

Frequently asked questions

npx skillmds add majiayu000/contract-development