CaptainBridge is a modern, high-performance cross-chain bridge application built with Next.js 16, Circle CCTP, and Reown AppKit. It enables seamless asset transfers across supported blockchains, including Ethereum, Solana, and other EVM-compatible chains.
- Cross-Chain Transfer Protocol (CCTP): Leverages Circle's CCTP for secure and capital-efficient USDC transfers.
- Multi-Chain Support: Integrated with major networks including Ethereum, Solana, Arbitrum, Optimism, and more.
- Modern UI/UX: Built with Tailwind CSS 4 and Radix UI for a polished, responsive, and accessible interface.
- Wallet Integration: Seamless connection with Wagmi, Reown AppKit, and Solana Wallet Adapter.
- Performance: Powered by Next.js 16 with Turbopack for lightning-fast transfers and updates.
- Framework: Next.js 16
- Language: TypeScript
- Styling: Tailwind CSS 4
- Blockchain Interaction: Wagmi, Viem, Solana Web3.js
- Bridge Tech: Circle CCTP
- State Management: Zustand
- Node.js (v20+)
- npm or yarn
-
Clone the repository:
git clone https://github.com/Adidas8023/CaptainBridge.git cd CaptainBridge -
Install dependencies:
npm install
-
Configure Environment Variables: Copy
.env.exampleto.env.localand fill in your API keys and project IDs.cp .env.example .env.local
-
Start Development Server:
npm run dev
Open http://localhost:3000 to view the app.
- Private Keys: Never commit your
.envfiles containing private keys or sensitive secrets. - This project is configured to ignore
.env*files (except.env.example).