A cheap way to maintain a whitelisted distribution of erc1155 tokens to users using merkle proofs.
Take the merklepill, anon.
This repo borrows heavily from RicMoo's https://github.com/ricmoo/ethers-airdrop.
npm install
npx hardhat compile
npx hardhat test
add addresses and amounts in 'meta/balances.json' then run
node scripts/generateTree.js
npx run scripts/1.deployDistributor.js --network [live, rinkeby, custom]