# Deploy an NFT Contract - ERC721 (Thirdweb)

Using Thirdweb's deployment dashboard anyone can deploy their own NFT contracts easily. This guide will walk you through how to deploy your very own NFT Contract for your own projects and/or for learning purposes.&#x20;

1. Ensure you have test $VANRY/$VG token in the wallet you will use to deploy NFTcontract by going to <https://faucet.vanarchain.com>. &#x20;
2. Go to third web: <https://thirdweb.com/thirdweb.eth/DropERC721>
3. Connect wallet & Sign in.
4. Hit Deploy Button.
5. Fill in image, name, symbol & description for your ERC721 NFT Contract, Define Royalties, royalties recipient address and primary sale address.

<figure><img src="/files/kqH3V9umHNYfnjVgEFSn" alt=""><figcaption></figcaption></figure>

7. Select Vanguard as deployment network.

<figure><img src="/files/KCUwX8ZTGxOpWzPXwCMY" alt=""><figcaption></figcaption></figure>

6. Hit the deploy button and sign the 2 transactions

<figure><img src="/files/WdPKtdJJxCPDv26ocgMT" alt=""><figcaption></figcaption></figure>

7. You'll be redirected to third web dashboard with more actions for you to do.

<figure><img src="/files/pd0xaFzyra0lXsAqfaBy" alt=""><figcaption></figcaption></figure>

### CONGRATULATIONS ON DEPLOYING YOUR NFT CONTRACT!&#x20;

11. Check out third web and the different options you have for your NFTs.&#x20;
    1. Upload your first NFTs
    2. Set claim NFTs conditions
    3. Mint your first NFT


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vanarchain.com/builders/for-developers/tutorials/deploy-an-nft-contract-erc721-thirdweb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
