WIRE token and corwdsale Smart Contracts.
You MUST use this project with Node v6.11.0. We highly recommend nvm as NodeJS package manager.
You MUST have installed a testrpc instance up and running in order to run the Smart Contracts locally.
npm install -g solc
npm install -g ethereumjs-testrpc
npm install
npm run compile
npm run test
truffle migrate --reset
