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

https://github.com/aniket965/merkle-tree-airdrop


https://github.com/aniket965/merkle-tree-airdrop

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# merkle-tree-airdrop

Merkle Tree Implementation For Airdrop

### demo

```sh
npm test
```

```
[*] Generated 1005 Fake Accounts
{
address: '0x005036b38e90f04680fa86506d1b928e56ea8cb0',
coins: 9652920
}
Is this address part of Airdrop true
{
address: '0xff5cd0452fdfe09144ed4f01a763a8430c0fb612',
coins: 7290349
}
Is this address part of Airdrop false

```