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)

