Fund Contract

Now we will fund our contract with LINK so it can send CCIP Messages and Tokens

We will open Metamask and confirm we are on the Avalanche Fuji Testnetwork

Should look like this

Click the send button and paste your CrossSourceMinter's address as the destination (take the address from Remix)

Copy the CrossSourceMinter Address

Send your CrossSourceMinter 5 LINK Tokens

Send your CrossSourceMinter 5 Link

Let's check that our CrossSourceMinter has received the 5 Link.

In Remix, select the CrossSourceMinter.sol Contract in the Deployed Contracts section and select linkBalance(). Pass it the address of CrossSourceMinter and then click. It will show you the contract's LINK balance! It should return 5000000000000000000 which = 5 LINK

Example of verifying that the CrossSourceMinter has the Link Tokens

Last updated