What problem does it solve? Developers building USDC-first payment or DeFi applications need correct network configuration, token addresses, and deployment patterns for Arc, Circle's blockchain where USDC is the native gas token, without hunting through scattered documentation. ## Core Features & Use Cases - Network Configuration: Provides Arc Testnet chain ID, RPC endpoints, explorer, faucet, and CCTP domain for immediate setup with wagmi, viem, Foundry, or Hardhat. - Smart Contract Deployment: Covers Foundry deployment commands and Circle's pre-audited contract templates (ERC-20, ERC-721, ERC-1155, Airdrop) via the Smart Contract Platform API. - USDC Bridging: Explains how to bridge USDC to Arc using CCTP with Arc's domain identifier 26. - Use Case: A developer building a payment app configures wagmi with the arcTestnet chain, funds a wallet from the Circle faucet, and deploys an ERC-20 contract to Arc Testnet paying gas in USDC. ## Quick Start Set up a wagmi frontend connected to Arc Testnet and deploy a sample Solidity contract using the Arc RPC endpoint and a faucet-funded wallet.