Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 835 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 835 Bytes

💧 Multidrop.party

Distribute native and custom ERC-20 tokens to a list of addresses

Screen Shot 2022-03-21 at 10 01 27 PM

🏄‍♂️ Quick Start

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