Distribute native and custom ERC-20 tokens to a list of addresses
Prerequisites: Node plus Yarn and Git
clone/fork this branch:
git clone [email protected]:moonshotcollective/multidrop.party.git
install and start your 👷 Hardhat chain:
cd multidrop.party
yarn install
yarn chain
in a second terminal window, start your 📱 frontend:
cd multidrop.party
yarn start
in a third terminal window, 🛰 deploy your contract:
cd multidrop.party
yarn deploy