Evm Deployment
Automates Ethereum Virtual Machine (EVM) smart contract deployments to testnets and mainnet using Sablier Labs' infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add evm-deployment npx -- -y @trustedskills/evm-deployment
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"evm-deployment": {
"command": "npx",
"args": [
"-y",
"@trustedskills/evm-deployment"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates the deployment of Ethereum Virtual Machine (EVM) smart contracts. It handles tasks such as compiling Solidity code, interacting with blockchain networks, and verifying contract deployments. The skill streamlines the process of deploying decentralized applications (dApps) and other EVM-based projects.
When to use it
- Deploying a new smart contract to a testnet like Goerli or Sepolia.
- Automating the deployment process as part of a CI/CD pipeline.
- Verifying that a deployed contract matches its source code on a blockchain explorer.
- Updating an existing smart contract with a new version.
Key capabilities
- Solidity compilation
- Blockchain interaction (likely via RPC calls)
- Contract verification
- Automated deployment workflows
Example prompts
- "Deploy the 'MyToken' contract to Goerli."
- "Verify the deployed contract at address 0x123..."
- “Run the deployment script for my dApp.”
Tips & gotchas
The skill requires access to a blockchain network (e.g., via API keys or RPC endpoints). Ensure you have configured these credentials correctly before attempting deployments.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.