Send USDC from Fuji to Sepolia
CCIP Showtime
In Remix, click the drop-down arrow on the transferUsdcToSepolia
function:

In the
_receiver
input, paste in your wallet address so you're sending yourself the USDC, but on another blockchain. It can be the same address as the one you're using on Fuji because on the Sepolia network it has a different existence with different balances and history!In the
_amount
input, put in100000
for0.1
USDCThen click the "transact" button at the bottom

MetaMask will pop-up with a “Confirm” request:

In Remix, we will see a log in your Remix terminal confirming the transfer has been initiated on Fuji:

At this point you have initiated a CCIP transaction!
Congratulations !! You are now officially sending your USDC from Avalanche Fuji to Ethereum Sepolia! The next section you will go to the CCIP Explorer to see your transaction.
References
Last updated