Truffle project generator for ICO contracts
Cli for Tokyo
Base Solidity Contracts for CrowdSale
Input Schema for Generating Solidity Contracts
Generating Solidity Code Using tokyo-reusable-crowdsale Based on Input Data
Sample Input Data for tokyo
node 8.9.1 yarn 1.5.1
# clone repository
$ git clone https://github.com/Onther-Tech/tokyo.git && cd tokyo
# clear node modules if already installed
$ rm -rf node_modules # remove root dependencies
$ rm -rf packages/tokyo-*/node_modules # remove package dependencies
# install node modules with yarn
$ yarn install