Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 589 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 589 Bytes

airdrop-prototype

A DApp for Airdrops

Pre-requisites

Nodejs 8.9.4
Yarn
Ganache - or any other Ethereum RPC client
MetaMask

Install dependencies

Install app dependencies

$ yarn

Running the App

Start ganache-cli

$ ganache-cli

Build and Deploy the contracts

$ yarn build:contracts

Start the app

$ yarn start

Build for production

$ yarn build