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

https://github.com/amazingandyyy/ethereum-dapp

ICO-DApp prototype for Ventured Network presale/crowdsale event.
https://github.com/amazingandyyy/ethereum-dapp

crowdsale daap ethereum ethjs react

Last synced: about 1 year ago
JSON representation

ICO-DApp prototype for Ventured Network presale/crowdsale event.

Awesome Lists containing this project

README

          

# React Redux Daap (Ready for Ethereum)
- You can buy ERC20 token with this React App
- Amazingandyyy Token is recommended to be tested with this daap.
- Amazingandyyy Token is a ERC-20 Token, you can find it [here](https://github.com/amazingandyyy/amazingandyyy-token)

## Usage
```
git clone https://github.com/amazingandyyy/ethereum-dapp.git
npm install
npm run dev

```

## production build & run
```
npm run build && npm run start
```

## Versions
Library | version
--- | ---
react | v16.0.0
redux | v3.7.1
ethjs | v0.3.0
react-router | v4.2.2
babel-preset-es2017 | 6.24.1
webpack | v3.6.0

## About usage of web3 and ethjs
- check official [wiki](https://github.com/ethereum/wiki/wiki/JavaScript-API) or [docs](https://web3js.readthedocs.io/en/1.0/web3-eth.html) for web3js
- check official repo for [ethjs](https://github.com/ethjs/ethjs)

## License
🍺 [MIT](https://github.com/amazingandyyy/ethereum-daap/blob/master/LICENSE)