Skip to main content

Shuffle your NFT drop without writing any code

· 3 min read
Waren Gonzaga

Learn how to shuffle your NFT drop without writing any code using the dashboard only.

Intro

Let’s say you are ready to launch your first NFT project, but you want it to be shuffled for your community to mint. This is possible without writing any code by just using the thirdweb dashboard.

In this guide, we’ll deploy a collection using the NFT drop contract, after that, we'll batch upload it to the dashboard and shuffle the metadata arrangement using the dashboard only. I’ll assume you have the metadata and the image assets ready, if not it is fine, I would recommend watching Hashlips’ Generate NFT art and metadata speed run video.

Setup

Let’s assume you’ve already a MetaMask wallet, if not please follow our create a MetaMask wallet tutorial.

We’re going to use Polygon Mumbai Testnet for this guide, therefore, grab some test MATIC for the Mumbai Testnet using our tutorial on how to get Matic on the Polygon Mumbai Testnet.

Lastly, you can use the same images I use for this guide: download the image assets here.

Now, let’s head over to the thirdweb dashboard and deploy the NFT Drop pre-built contract.

Deploy NFT drop contract

Next, fill out the metadata for your NFT Drop pre-built contract.

Keep in Mind!

You can't update or modify the token symbol once you deployed the contract.

Fill out the contract metadata

Once you're happy, click Deploy Now and confirm the transaction.

Once the transaction has been confirmed you will see the dashboard of your NFT drop contract and see something like this below.

Set up claim phases

You will need to set up your contract’s claim phases before we proceed to the next step. In this guide, I will not cover this, feel free to learn more about how to create nft drop with claim phases here.

Shuffle and Upload

Click the batch upload

Let’s upload your metadata and image assets to the thirdweb dashboard using the batch upload. Head back to the dashboard and select the NFT Drop pre-built contract we created and click the batch upload button.

Drag and drop the Metadata file along with Image assets.

Take Note!

You must upload your metadata file in the same level with your image assets otherwise it will not work.

See example set up below. 👇

Metadata and image assets

Don't forget to review your metadata and images before clicking the next button.

Remember!

Pre-built contracts are immutable by design, meaning you can't modify or update the metadata and the image assets once you upload it. If looks good, feel free to continue!

Let's choose Reveal upon mint for this guide, if you prefer delayed reveal go ahead.

After that, click the checkbox for "Shuffle the order of the NFTs before uploading." and click upload!

Shuffle checkbox

Remember!
  • Shuffle feature is an off-chain operation and is not provable.
  • It will shuffle the order of metadata only not the token ID.
  • Minting will still be sequential by token ID.

Here’s the final look, congrats! 👏

Final look

You can check the actual deployed smart contract here. 🎉

That’s It!

You are finished! You have done a lot, let's recap:

  • You shuffle your NFT metadata order using thirdweb dashboard only.
  • You created your own NFT drop contract with claim conditions for your community to claim.

I hope you have enjoyed this guide, see you on the next one! 👋