Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 602 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 602 Bytes

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: