1.0.0 • Published 6 years ago

tokyo-project-onther v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Tokyo

Truffle project generator for ICO contracts

Packages

tokyo-cli

Cli for Tokyo

tokyo-reusable-crowdsale

Base Solidity Contracts for CrowdSale

tokyo-schema

Input Schema for Generating Solidity Contracts

tokyo-solidity-template

Generating Solidity Code Using tokyo-reusable-crowdsale Based on Input Data

tokyo-test-data

Sample Input Data for tokyo

Contributing

Development

Environment

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