Contract Deployer

🌐Community
by termix-official · vlatest · Repository

Automatically deploys contracts across various platforms, streamlining legal processes and ensuring timely execution for efficiency.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add contract-deployer npx -- -y @trustedskills/contract-deployer
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "contract-deployer": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/contract-deployer"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The contract-deployer skill automates the deployment of smart contracts to various blockchain networks. It handles compilation, transaction signing, and network interaction, simplifying the process for developers. This allows users to quickly deploy contracts without needing to manually manage each step.

When to use it

  • Deploying a new ERC20 token contract to Ethereum mainnet or testnets.
  • Automating the deployment of upgradeable smart contracts.
  • Quickly deploying a simple DAO governance contract for testing purposes.
  • Setting up infrastructure by deploying proxy and implementation contracts in sequence.

Key capabilities

  • Smart contract compilation
  • Transaction signing
  • Blockchain network interaction
  • Automated deployment sequences

Example prompts

  • "Deploy the MyToken.sol contract to Goerli testnet with constructor arguments 'My Token', 'MTK', and 1000000."
  • “Deploy the proxy and implementation contracts for my upgradeable token.”
  • "Run the deployment script located at /path/to/deployment_script.js on Polygon mainnet."

Tips & gotchas

  • Ensure you have sufficient gas available in your wallet to cover deployment costs, especially on mainnets.
  • The skill requires appropriate blockchain network configuration and credentials (e.g., API keys, private keys).

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
termix-official
Installs
2

🌐 Community

Passed automated security scans.