1.1.17 • Published 7 years ago

tokyo-solidity-template v1.1.17

Weekly downloads
2
License
ISC
Repository
github
Last release
7 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

7 years ago

1.1.16

7 years ago

1.1.15

7 years ago

1.1.14

7 years ago

1.1.13

7 years ago

1.1.12

7 years ago

1.1.11

7 years ago

1.1.10

7 years ago

1.1.9

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.4-2

7 years ago

1.0.4-1

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0-1.0.1.0

7 years ago

1.0.1

7 years ago

1.0.0-rc.5

7 years ago

1.0.0-rc.4

7 years ago

1.0.0-rc.3

7 years ago

1.0.0-rc.2

7 years ago

1.0.0-rc.1

7 years ago

1.0.0

7 years ago

0.2.0

7 years ago