UNPKG

secret-polar

Version:

Polar is a development environment to compile, deploy, test, run scrt contracts on different networks.

10 lines (9 loc) 391 B
export declare const TASK_HELP = "help"; export declare const TASK_INIT = "init"; export declare const TASK_COMPILE = "compile"; export declare const TASK_CLEAN = "clean"; export declare const TASK_NODE_INFO = "node-info"; export declare const TASK_RUN = "run"; export declare const TASK_REPL = "repl"; export declare const TASK_INSTALL = "install"; export declare const TASK_TEST = "test";