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.
- Host: GitHub
- URL: https://github.com/amazingandyyy/ethereum-dapp
- Owner: amazingandyyy
- License: mit
- Created: 2017-11-02T22:06:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T00:58:00.000Z (over 4 years ago)
- Last Synced: 2025-03-25T11:02:39.482Z (about 1 year ago)
- Topics: crowdsale, daap, ethereum, ethjs, react
- Language: JavaScript
- Homepage:
- Size: 99.6 KB
- Stars: 13
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)