Install
Terminal
What the skill covers
- Setting up Foundry for Base Mainnet and Base Sepolia
- Running
forge deploywith the correct RPC and chain ID - Verifying contracts on Basescan via
forge verify-contract - Common deployment failures and how to fix them (gas estimation errors, nonce mismatches, RPC timeouts)
Example prompts
- “Deploy my ERC-20 contract to Base Sepolia”
- “Verify my deployed contract on Basescan”
- “My Foundry deploy is failing with a gas estimation error”
- “Set up my
foundry.tomlfor Base”