> 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

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

<figure><img src="/files/uj6GWHCbLblhVADRfe2z" 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="/files/qVUhXakdFVnQhcbI6mtl" 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="/files/m1nd39AR38LNIYc9MRBd" alt=""><figcaption><p>Take this Transaction hash</p></figcaption></figure>

<figure><img src="/files/EowEnV8paT7w4ZCiGtT2" alt=""><figcaption><p>Paste it into this field and hit enter</p></figcaption></figure>

The result should look something like this

<figure><img src="/files/J6bEHjfQrAphibwYaM7z" 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="/files/NsZGRPdi2TWz4NxUDd2X" alt=""><figcaption></figcaption></figure>
