Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 2.42 KB

README.md

File metadata and controls

36 lines (26 loc) · 2.42 KB

🖌️ nft-merkle-whitelist-scaffold

Bootstrap an NFT minting site with merkle tree whitelists.

Go to nft-merkle-whitelist.vercel.app to see the latest deployment.

Deployed sample NFT contract can be viewed on rinkeby.etherscan.io/address/0x0E7121b8aaEBd6F4fAbe13890E33d9E8fD0Fd345

Get Started

Play around with the deployed test app here

To build your own NFT mint page with merkle whitelist:

  1. Clone this repo
  2. Head to contracts README.md to set up your contracts
  3. Head to web README.md to set up your front-end
  4. Deploy your web-app using vercel

Inspiration

Inspiration for this came from many different projects. Some notable ones include:

Feedback

Have issues? Feel free to make an issue, open a pull request or reach out! If you end up using this or finding this helpful please let me know :) It'll make my day 🤩

License

GNU GENERAL PUBLIC LICENSE

Disclaimer

I'm started my web3 dev journey in the last year and these smart contracts are not audited so use at your own risk. (if you notice anything though, please let me know!)