TZombies
  • â„šī¸Introduction
    • The TZombies Tutorial
    • Architecture
  • đŸ› ī¸Setup
    • Development environment setup
    • Completium
  • 🤖Smart Contracts
    • FA2 Contract
      • Deploying and testing
    • Marketplace contract
      • Deploying and testing
    • Better testing
    • Token metadata
  • 📖Front-end
    • Architecture
    • Layout
    • Beacon wallet
      • Connect button
    • Contracts
      • Metadata provider
      • Zombies provider
      • Marketplace provider
    • Token display
    • Drops
      • đŸ’ŗBuy with credit card
    • Inventory
      • Transfer dialog
      • Listing dialog
      • Inventory page
    • Market
      • Buy dialog
      • Market page
  • 🎁Wrap up
    • Conclusion
Powered by GitBook
On this page
  1. Wrap up

Conclusion

PreviousMarket page

Last updated 1 year ago

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.

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 ).

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.

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.

🎁
Wert integration page