BSC Bulk Token Airdrop With Vesting Period is a full airdrop solution with the hardhat script (for the airdrop) and Frontend (REACT JS) for claim tokens page for the airdrop users. Admin can set the date when the airdrop will be possible to claim for the pa...
BSC Bulk Token Airdrop With Vesting Period is a full airdrop solution with the hardhat script (for the airdrop) and Frontend (REACT JS) for claim tokens page for the airdrop users. Admin can set the date when the airdrop will be possible to claim for the participants. All the airdrop users can claim their tokens on this date that admin has set on the smart contract by paying gas fee only - and receive the tokens instantly on their wallet.
After admin has airdroped the tokens via the hardhat script (it's included) - anyone will see their amount on the dApp by connecting with the wallet as locked balance.
Sample of airdrop hardhat accounts.json
[
{
"address": "0x9893Ccf1070B61D44295EA9A668142b8350D8eC4",
"amount": "100"
},
{
"address": "0xfFe46696dA1E322EB80e9b04D7b324292d725B64",
"amount": "100"
},
{
"address": "0x67fb4CFd16c82fD63627033a20dC5EE6f0AEB51F",
"amount": "100"
},
{
"address": "0xd6297dc08a53abF0d965c9ab3DCD1bAeA30fa029",
"amount": "100"
},
{
"address": "0x985E19366B9EcA29f2E71293e8Faf6F225d8971e",
"amount": "100"
}
]