Transfer USDC on devnet between Solana and other chains
Explore this tutorial for transferring USDC between Solana devnet and other testnets
To get started with CCTP on Solana devnet, follow the example scripts provided here. The examples use Solana web3.js , Anchor, to transfer USDC to and from an account on Solana devnet and an address on an external blockchain.
As a security measure, these scripts should only be used for devnet testing. It is not recommended to reuse private keys across mainnet and devnet.
Updated 6 months ago