Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 2.4 KB

README.md

File metadata and controls

37 lines (27 loc) · 2.4 KB

🖌️ nft-merkle-allowlist-scaffold

Bootstrap an NFT minting site with merkle tree allowlists.

Previously called: nft-merkle-whitelist-scaffold

Go to nft-merkle-demo.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 allowlists:

  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

These smart contracts are not audited so use at your own risk. (if you notice anything though, please let me know!)