> For the complete documentation index, see [llms.txt](https://cll-devrel.gitbook.io/bootcamp-2024/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cll-devrel.gitbook.io/bootcamp-2024/7.-chainlink-ccip-and-cross-chain-nft-dapps/mint-on-sepolia-from-fuji.md).

# Mint On Sepolia From Fuji

Now we will be Minting on Sepolia from Avalanche Fuji

Use the <mark style="color:orange;">mintOnSepolia</mark> function on the <mark style="color:blue;">CrossSourceMinter.sol</mark> contract

<figure><img src="https://62720068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNQrWPKDHvXg0HQjwzHbY%2Fuploads%2FGKCUNCs0G86VgNee2rRC%2FScreenshot%202024-04-30%20at%205.09.11%E2%80%AFAM.png?alt=media&amp;token=ecd4ecda-fe56-4905-8ba9-e67cbeca8573" alt=""><figcaption><p>Example of the mintOnSepolia function on the CrossSourceMinter contract</p></figcaption></figure>

Confirm the <mark style="color:red;">transaction</mark>

<figure><img src="https://62720068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNQrWPKDHvXg0HQjwzHbY%2Fuploads%2FhUxnizut2QeCgF2aQV5Q%2FScreenshot%202024-04-30%20at%205.10.06%E2%80%AFAM.png?alt=media&amp;token=6443cb03-199b-4770-a195-077c7beaa14c" alt=""><figcaption><p>Example of Metamask confirmation of Function Call</p></figcaption></figure>

You can go to this link to check the <mark style="color:red;">transaction</mark>

{% embed url="<https://ccip.chain.link>" %}
CCIP EXPLORER
{% endembed %}

Search for the <mark style="color:orange;">mintOnSepolia</mark> <mark style="color:red;">Transaction Id</mark> in the CCIP Explorer

<figure><img src="https://62720068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNQrWPKDHvXg0HQjwzHbY%2Fuploads%2Fn18hlvm6zPrJBr8huIfb%2FScreenshot%202024-04-30%20at%205.13.14%E2%80%AFAM.png?alt=media&amp;token=c650e3e6-27ad-4c1d-b543-fa7b030a221a" alt=""><figcaption><p>Take this Transaction hash</p></figcaption></figure>

<figure><img src="https://62720068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNQrWPKDHvXg0HQjwzHbY%2Fuploads%2FGe4SvUn8fY8oq0GyTwvg%2FScreenshot%202024-04-30%20at%205.13.58%E2%80%AFAM.png?alt=media&amp;token=d80d7d96-7c43-4bc5-9c04-55eadfc7b643" alt=""><figcaption><p>Paste it into this field and hit enter</p></figcaption></figure>

The result should look something like this

<figure><img src="https://62720068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNQrWPKDHvXg0HQjwzHbY%2Fuploads%2F8N7QEngu7p6MQt1z2SOO%2FScreenshot%202024-04-30%20at%205.14.53%E2%80%AFAM.png?alt=media&amp;token=d570482a-1173-43a4-9da1-f84c3715f460" alt=""><figcaption><p>Example of the CCIP Explorer Transaction Details</p></figcaption></figure>

Refresh your Opensea dashboard page to see your newly minted NFT

<figure><img src="https://62720068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNQrWPKDHvXg0HQjwzHbY%2Fuploads%2Fxknw1FQhYnISlh8zC2Rk%2FScreenshot%202024-04-30%20at%205.16.42%E2%80%AFAM.png?alt=media&amp;token=8bed65c1-82de-47d3-a04d-1dc07a4f877d" alt=""><figcaption></figcaption></figure>
