UNPKG

@kubiklabs/wasmkit

Version:

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

7 lines (6 loc) 133 B
export default function (): void; export interface TaskArgs { nodeType: string; clean: boolean; withExplorer: boolean; }