Skip to content

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

Notifications You must be signed in to change notification settings

w12-platform/w12-choppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published