Compile and deploy Solidity smart contracts to EVM chains.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill xspoonai-official-contract-deployer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Xspoonai Official Contract Deployer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-xspoonai-official-contract-deployer)More formats (shields.io, HTML) on the badges page.
---
name: contract-deployer
description: Compile and deploy Solidity smart contracts to EVM chains.
version: 1.0.0
author: SpoonOS Contributor
tags: [web3, smart-contracts, solidity, deployment, evm]
---
# Smart Contract Deployer
A skill to compile and deploy Solidity smart contracts. It supports compiling source code or files and deploying to any EVM-compatible blockchain.
## Quick Start
```python
# Deploy a simple contract
result = await agent.run_tool(
"deploy_contract",
source_code="contract Hello { string public message = 'Hello'; }",
contract_name="Hello",
rpc_url="http://localhost:8545",
private_key="0x..."
)
print(result)
```
## Scripts
| Script | Purpose |
|--------|---------|
| [deploy.py](scripts/deploy.py) | Compiles and deploys Solidity contracts |
## Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| `WEB3_RPC_URL` | No | Default RPC URL (can be passed as arg) |
| `PRIVATE_KEY` | No | Default Private Key (can be passed as arg) |
## Best Practices
1. Use specific compiler versions (e.g., `0.8.19`).
2. Always verify the RPC URL and Chain ID before deploying to mainnet.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.
Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols.
Query Radix DLT blockchain data including wallet balances and performance, token prices and market movers, validator staking info, transaction history, network statistics, ecosystem news, DeFi yield pools, XRD trading venues, dApp directory, and developer resources. Use when users ask about Radix, XRD, wallets starting with account_rdx, tokens starting with resource_rdx, staking, DeFi on Radix, .xrd domains, Attos Earn, or buying/bridging XRD.
Provides NodeReal MegaNode blockchain infrastructure APIs for 25+ chains including BSC, Ethereum, opBNB, Optimism, Polygon, Arbitrum, and Klaytn. Covers standard JSON-RPC endpoints, Enhanced APIs (nr_ methods for ERC-20 token balances, NFT holdings, asset transfers), MegaFuel gasless transactions via BEP-322 paymaster, Direct Route MEV protection, Debug/Trace APIs, WebSocket subscriptions, ETH Beacon Chain consensus layer, Portal API usage monitoring, API Marketplace (NFTScan, Contracts API, ...