Use this skill whenever the agent needs to deploy a smart contract to Sepolia testnet via Foundry (forge create or forge script --broadcast), routed through the Blockscout PRO API's JSON-RPC gateway instead of a third-party RPC provider. Trigger on requests like "deploy this contract to Sepolia", "deploy via Foundry", "broadcast this Foundry deployment script", or any forge create/forge script invocation that needs a signer and an RPC endpoint for Sepolia (chain id 11155111) in this project. Also consult it to find which local Foundry keystore to sign with — this project stores test signing keys as encrypted keystores under .ai/wallet/, never as a plain private key in .env. Do not use this for reads (balances, transaction history, contract info) — use the connected Blockscout MCP tools for those directly; this skill is specifically about broadcasting a deployment.
$npx -y skills add blockscout/mcp-server --skill sepolia-foundry-txInstalls into the current project.
Run `npx skills use "https://github.com/blockscout/mcp-server" --skill "blockscout/mcp-server/sepolia-foundry-tx"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/blockscout/mcp-server" that are relevant to the current task. Run `npx skills add "https://github.com/blockscout/mcp-server"` and select the relevant skills, then follow their instructions.