UNPKG

@kubiklabs/wasmkit

Version:

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

3 lines (2 loc) 200 B
import { WasmkitRuntimeEnvironment } from "../../types"; export declare function startLocalnet(nodeType: string, clean: boolean, withExplorer: boolean, env: WasmkitRuntimeEnvironment): Promise<void>;