Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dappcoderr/whitelist_dapp
- Owner: DappCoderr
- Created: 2024-01-09T07:48:49.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-01-09T10:21:31.000Z (10 months ago)
- Last Synced: 2024-01-10T08:49:08.401Z (10 months ago)
- Topics: ethereum, solidity-contracts, whitelist
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`