New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tokyo-cli

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tokyo-cli

tokyo project cli made by onther

latest
Source
npmnpm
Version
1.1.17
Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

Tokyo

Cli for Tokyo

Usage

in Terminal

# install tokyo as global package
$ npm install -g tokyo-cli

# generate CrowdSale & Token Solidity Code
$ tokyo generate --input <tokyo_schem.json>

#optional You can use i instead of input
$ tokyo generate --i <tokyo_schem.json> --out <~/dir>

# flattening code for verification on etherscan
$ tokyo flatten --input <soliditycode.sol>

# draw diagram ! You should compile first before draw diagram
$ npm install 
$ truffle compile
$ tokyo draw --input <soliditycode.sol>

# optional You can draw just contract relation
$ tokyo draw --input <solidity.sol> --simple


FAQs

Package last updated on 07 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts