📑
BUIDL - Web3 Dapp Builder for Wordpress
  • 👋Welcome to BUIDL Documentation
  • Overview
    • 🖥️Installation
    • ⚙️Configuration
    • 📃dApp Integration
  • Smart Contract
    • 📑Customization
    • 🔨Manage On-Chain
      • 🎨Metadata
      • 🎭Reveal Mode
      • 💵Mint Price
    • 👫Whitelist
    • ☁️Deployment
Powered by GitBook
On this page
  1. Smart Contract

Whitelist

PreviousMint PriceNextDeployment

Last updated 2 years ago

Before starting here, refer you to Configuration tab.

If you have followed all the procedures, you now have your Hash Root. To use it in your smart contract and to allow the wallets of the list to mint during the presale, it is necessary to indicate this "hash" in the smart contract. To do this, you just need to interact with a function called "changeMerkleTree". Simply indicate the root hash and confirm the transaction.

At this point, when your smart contract is in place, the wallets in this list will be able to mint the NFTs before the others.

Important to know: Any change in the list of wallets will change the root. Always remember to update your root hash in your smart contract.

👫
⚙️Configuration