@uniswap/cca-deployer
Deploy CCA (Continuous Clearing Auction) smart contracts using the Factory pattern with Foundry forge/cast commands.
Install
Add @uniswap/cca-deployer to Claude Code with the PolySkill CLI: polyskill add @uniswap/cca-deployer
Instructions
# CCA Deployment Deploy Continuous Clearing Auction (CCA) smart contracts using the `ContinuousClearingAuctionFactory` with CREATE2 for consistent addresses across chains. > **Runtime Compatibility:** This skill uses `AskUserQuestion` for interactive prompts. If `AskUserQuestion` is not available in your runtime, collect the same parameters through natural language conversation instead. ## Instructions for Claude Code When the user invokes this skill, guide them through the CCA deployment process with appropriate safety warnings and validation. ### Pre-Deployment Requirements Before proceedin…
Keywords: uniswap, cca, deployment, foundry, smart-contracts