Send USDC from Fuji to Sepolia

CCIP Showtime

In Remix, click the drop-down arrow on the transferUsdcToSepolia function:

Click the down arrow
  1. 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!

  2. In the _amount input, put in 100000 for 0.1 USDC

  3. Then click the "transact" button at the bottom

CCIP interaction

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:

Your interaction with the CCIP router 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