secret-polar-reworks
Version:
Polar is a development environment to compile, deploy, test, run scrt contracts on different networks.
13 lines (10 loc) • 359 B
text/typescript
export const TASK_HELP = "help";
export const TASK_INIT = "init";
export const TASK_COMPILE = "compile";
export const TASK_CLEAN = "clean";
export const TASK_NODE_INFO = "node-info";
export const TASK_RUN = "run";
export const TASK_REPL = "repl";
export const TASK_INSTALL = "install";
export const TASK_TEST = "test";
// export const TASK_CHECK = "check";