An open API service indexing awesome lists of open source software.

https://github.com/patitonar/airdrop-prototype

A DApp for Airdrops
https://github.com/patitonar/airdrop-prototype

airdrop create-react-app react solidity truffle

Last synced: 3 months ago
JSON representation

A DApp for Airdrops

Awesome Lists containing this project

README

        

# airdrop-prototype
A DApp for Airdrops

#### Pre-requisites
[Nodejs 8.9.4](https://nodejs.org/download/release/v8.9.4/)

[Yarn](https://yarnpkg.com/lang/en/docs/install/)

[Ganache](https://github.com/trufflesuite/ganache-cli) - or any other Ethereum RPC client

[MetaMask](https://metamask.io/)

#### 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
```