A seamless cross-chain USDC bridge powered by Wormhole & Circle's CCTP.
Sigma Hop enables users to transfer USDC across multiple testnets with a single signature:
- Optimism Sepolia
- Avalanche Fuji
- Base Sepolia
This is the frontend for sigmahop.tech which is built during the Sigma Sprint.
Dependencies
Pre-requisites:
# Install dependencies npm install # fill environments cp .env.local.example .env.local# Start development server npm run dev # Build production frontend & start server npm run build npm run start