0.4.1 • Published 5 years ago

@w12/choppy v0.4.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Choppy

Automatization of set-upping a blockchain condition with any contract version

Script name

Script name should consists of contract version(on which this script will be run) and script name. Script should have corresponding .js file in scripts directory.

<version>_<name>
0.23.2_script

<scripts_dir>/0.23.2_script.js

Usage

Install CLI:

$ npm install -g @w12/choppy

Install contract

$ choppy add v0.23.2

Print scripts list and select witch one to use

$ choppy scripts

Run test-rpc network

$ choppy net

Run script

$ choppy run 0.23.2_script

For additional command usage information

$ choppy --help

Notes

All scripts ran by truffle exec.

0.4.1

5 years ago

0.4.0

5 years ago

0.3.3

5 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago