Skip to content

business-developer123/CCTP-V2_SOL_EVM

Repository files navigation

CCTP Sample App

This sample application demonstrates Cross-Chain Transfer Protocol (CCTP) step-by-step capabilities on testnet networks. The app showcases CCTP functionality across multiple testnets:

  • Ethereum Sepolia
  • Avalanche Fuji C-Chain
  • Base Sepolia

Environment Setup

  1. Copy the .env.example file to .env.local:
cp .env.example .env.local
  1. Update the .env.local file with your configuration:
  • Add your wallet private key

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

The sample app will be running at http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages