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
- Host: GitHub
- URL: https://github.com/patitonar/airdrop-prototype
- Owner: patitonar
- Created: 2018-03-09T19:38:01.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T21:45:31.000Z (about 7 years ago)
- Last Synced: 2025-02-23T23:12:24.576Z (3 months ago)
- Topics: airdrop, create-react-app, react, solidity, truffle
- Language: JavaScript
- Size: 472 KB
- Stars: 1
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```