Skip to content

Jianghuchengphilip/nft-merkle-whitelist-scaffold

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖌️ 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!)

About

Bootstrap an NFT minting site with Merkle tree whitelists.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.6%
  • Solidity 16.9%
  • CSS 3.4%
  • Python 2.1%