Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 994 Bytes

Readme.md

File metadata and controls

40 lines (27 loc) · 994 Bytes

Tokyo

Truffle project generator for ICO contracts

Packages

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

Development

Environment

node 8.9.1 yanr 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