Skip to content

SovaSlava/MerkleTree-NFT-airdrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT airdrop, using merkle tree

How it works:

Using merkle tree, we can airdrop tokens without writing their addresses in a smart contract. It is enough to generate a tree on site and write the root hash into the contract. In order for the user to be able to get free nft, he just needs to pass some proofs to the contract, which he has received from the site. No array of addresses is stored in the contract.

Links:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published