Native Token Bridge Transfer
Perform a transfer of a native Avalanche L1 token to the C-Chain as an ERC-20 token.
Transfer the L1's Native Token to the C-Chain
Now that all the bridge contracts have been deployed and configured, send some native tokens from your Avalanche L1 to C-Chain with the cast send
foundry command.
Check Balance
To confirm the token was bridged from Avalanche L1 to C-Chain, we will check the recipient's balance of wrapped tokens on the C-Chain with the cast call
foundry command:
Success! We have bridged 1 native token from our Avalanche L1 to the C-Chain as an ERC-20 token.