UNPKG

@kubiklabs/wasmkit

Version:

Wasmkit is a development environment to compile, deploy, test, run cosmwasm contracts on different networks.

18 lines (17 loc) 896 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TASK_LOCALNET_LIST = exports.TASK_LOCALNET_STOP = exports.TASK_LOCALNET_START = exports.TASK_CREATE_PLAYGROUND = exports.TASK_TEST = exports.TASK_INSTALL = exports.TASK_REPL = exports.TASK_RUN = exports.TASK_NODE_INFO = exports.TASK_CLEAN = exports.TASK_COMPILE = exports.TASK_INIT = exports.TASK_HELP = void 0; exports.TASK_HELP = "help"; exports.TASK_INIT = "init"; exports.TASK_COMPILE = "compile"; exports.TASK_CLEAN = "clean"; exports.TASK_NODE_INFO = "node-info"; exports.TASK_RUN = "run"; exports.TASK_REPL = "repl"; exports.TASK_INSTALL = "install"; exports.TASK_TEST = "test"; exports.TASK_CREATE_PLAYGROUND = "playground"; exports.TASK_LOCALNET_START = "localnet-start"; exports.TASK_LOCALNET_STOP = "localnet-stop"; exports.TASK_LOCALNET_LIST = "localnet-list"; // export const TASK_CHECK = "check";