After the Collection is created, the Mint switch is turned off by default. Includes the two switches of Public Mint and Whitelist Mint, and the setting of the Merkle Tree Root value of Whitelist Min
Open corresponding switch, and save your Mint config.
白名单Mint使用Merkle Proof实现,可以使用Lightm提供的Merkle Tree生成工具,你只需要填写用 ,
分隔的白名单地址,就能自动生成Merkle Tree Root,白名单用户可以点击自己的钱包地址生成对应的Proof用于白名单Mint。
Whitelist Mint uses Merkle Proof. Lightm provides a Merkle Tree generator. You can automatically generate a Merkle Tree Root by filling in the whitelist addresses separated by ,
. Whitelist users can click their wallet address to generate the corresponding Proof for the whitelist Mint.
https://codesandbox.io/embed/generate-merkle-tree-and-get-proof-lightmnft-c5th8h?fontsize=14&hidenavigation=1&theme=dark&view=preview
Click the "Mint" button and Mint popup window will show. Users can choose to directly Public Mint. You can also select the Whitelist phase, specify the NFT recipient, and enter the corresponding Merkle Proof (the project side will expose the whitelist, the user can generate MerkleTree using the tools provided above, then find and click on their address, and the corresponding Proof will be generated), then click Mint.
There are two Mint styles: Linear and Assignable.
Linear does not specify a specific Token ID. The Token ID increases after each Mint behavior. Assignable allows you to specify a specific Token ID in Mint.
Collection owner can click “Withdraw Income” to withdraw their income.