Skip to content

Merkle tree (NB; this will involve you writing a script to whitelist some particular addresses to claim an NFT using the merkle tree, and your smart contract will take the merkle root to verify the wallet addresses to claim the NFT)

Notifications You must be signed in to change notification settings

dicethedev/merkletree-nft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
GAS_REPORT=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js
 npm install keccak256
 npm install merkletreejs
 npm install @openzeppelin/contracts

About

Merkle tree (NB; this will involve you writing a script to whitelist some particular addresses to claim an NFT using the merkle tree, and your smart contract will take the merkle root to verify the wallet addresses to claim the NFT)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published