1.1.17 • Published 6 years ago

tokyo-solidity-template v1.1.17

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

Build Status

Tokyo Solidity Template

Make solidity contract based on user input

Usage

in Terminal

beta version doesn't support npm

$ npm install tokyo-solidity-template

# install tokyo-solidity-template as global package
$ npm install -g tokyo-solidity-template

# generate sample tokyo project
$ tokyo-solidity-template -i ./submodules/tokyo-test-data/sample1.json

as node package

# ES5
const Template = require("tokyo-solidity-template").default 

# ES6
import Template from "tokyo-solidity-template";

const options = {
    input: "./input.json", # input json file pah
    output: "./out"        # truffle project directory path
};

Template(options, () => {
    console.log("generated");
});
1.1.17

6 years ago

1.1.16

6 years ago

1.1.15

6 years ago

1.1.14

6 years ago

1.1.13

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.4-2

6 years ago

1.0.4-1

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0-1.0.1.0

6 years ago

1.0.1

6 years ago

1.0.0-rc.5

6 years ago

1.0.0-rc.4

6 years ago

1.0.0-rc.3

6 years ago

1.0.0-rc.2

6 years ago

1.0.0-rc.1

6 years ago

1.0.0

6 years ago

0.2.0

6 years ago