This gets you deploying smart contracts to Base's testnet and mainnet with Foundry. It covers the essentials: configuring RPC endpoints, managing private keys through Foundry's encrypted keystore, grabbing testnet ETH from the CDP faucet, and verifying contracts on BaseScan. The security guidance is solid and practical, emphasizing never committing keys, using environment variables for API keys, and relying on production RPC providers instead of public endpoints for mainnet. If you're shipping contracts to Base and want to avoid the common security pitfalls while using Foundry's tooling, this'll get you set up properly. The focus on encrypted keystores over raw private keys is the right default.
npx -y skills add base/skills --skill deploying-contracts-on-base --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills