# Conclusion

We now have a functional NFT drop and marketplace dapp on Tezos. It showcases the development and deployment of smart contracts, minting and trading of NFTs, using different methods of payment.&#x20;

We have seen how to test it on a mockup chain, deploy it on a local test network, and deploy it on the Ghostnet environment (see the [Wert integration page](/tzombies/front-end/drops/buy-with-credit-card.md)).

Deploying to the mainnet is very similar to deploying to Ghostnet. It is recommended to maintain a test version of your dapp on the Ghostnet to validate new features and test Tezos protocol upgrades before they are applied to the mainnet.&#x20;

For any issue with following the tutorial, you can always refer to the repository. Feel free to open issues on Github if you encounter blocking any issue.&#x20;

<figure><img src="https://cloudflare-ipfs.com/ipfs/QmehW5o2t2ZGUoHBYqdFbozGEWSSGrNBtcPcocaLXPpxbY" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://superlouis.gitbook.io/tzombies/wrap-up/conclusion.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.
