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
- Copy the
.env.example
file to.env.local
:
cp .env.example .env.local
- Update the
.env.local
file with your configuration:
- Add your wallet private key
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.