Skip to content

A seamless cross-chain USDC bridge powered by Wormhole & Circle's CCTP.

License

Notifications You must be signed in to change notification settings

SigmaHop/sigma_frontend

Repository files navigation

SigmaHop - Frontend

A seamless cross-chain USDC bridge powered by Wormhole & Circle's CCTP.

Made-With-React Made-With-Tailwind Made-With-Javascript Made-With-Wormhole Made-With-Avalanche Made-With-Optimism Made-With-Base Made-With-Noir

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:

  • Setup Node.js v18+ (recommended via nvm with nvm install 18)
  • Install npm
  • Clone this repository
# Install dependencies
npm install

# fill environments
cp .env.local.example .env.local

Development

# Start development server
npm run dev

# Build production frontend & start server
npm run build
npm run start