# ICO-Dapp **Repository Path**: pypy233/ICO-Dapp ## Basic Information - **Project Name**: ICO-Dapp - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2021-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ERC20 token / Crowdsale Smart Contracts / Simple DApp for ICO [![Platform](https://img.shields.io/badge/Token%20Symbol-LOGIQ-aqua.svg)]() [![Platform](https://img.shields.io/badge/Platform-Ethereum-brightgreen.svg)](https://en.wikipedia.org/wiki/Ethereum) [![Platform](https://img.shields.io/badge/Standard-ERC20-blue.svg)](https://en.wikipedia.org/wiki/ERC20) [![Platform](https://img.shields.io/badge/Compiler-^0.4.18-yellow.svg)](http://solidity.readthedocs.io/en/v0.4.18/) ## Description ERC20 token (Burnable,Freezable,Refundable,Pausable) and Crowdsale smart contracts (with Whitelist, private sale, pre-sale, ICO 1/2 stages). For more visualization I have added simple Dapp application for admin/users. * Download and install last versions of nodejs, npm, truffle * Download the project * npm install * npm install -g truffle * npm install -g truffle-flattener * npm run build * truffle compile * npm run dev * Open http://localhost:8080 (use Rinkeby network with metamask) ## Screenshots Client side ![alt text](https://raw.githubusercontent.com/Araton95/ICO-Dapp/master/src/1.png) Admin(owner) side ![alt text](https://raw.githubusercontent.com/Araton95/ICO-Dapp/master/src/2.png)