Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dappcoderr/whitelist_dapp

Launched an NFT Collection called "NFT" and added early supporters to a whitelist for guaranteed access to NFT minting during the project launch.
https://github.com/dappcoderr/whitelist_dapp

ethereum solidity-contracts whitelist

Last synced: 4 days ago
JSON representation

Launched an NFT Collection called "NFT" and added early supporters to a whitelist for guaranteed access to NFT minting during the project launch.

Awesome Lists containing this project

README

        

# Build an NFT Collection with a whitelist

### Problem:

Launched an NFT Collection called "NFT" and added early supporters to a whitelist for guaranteed access to NFT minting during the project launch.

### Solution:

To achieve this, build a whitelist contract and invite early supporters to join. Being on the whitelist ensures them guaranteed access to mint the NFT once the collection is officially launched!

### Tools

For editing, compiling, debugging and deploying smart contracts we have used Hardhat.

- Basic JavaScript Project setup using Hardhat.
- `npm install --save-dev hardhat @nomicfoundation/hardhat-toolbox`
- `npx hardhat`

- Deployment of Contract on Sepolia Network
- `npx hardhat run scripts/deploy.js --network sepolia`