UNPKG

@kubiklabs/wasmkit

Version:

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

6 lines (5 loc) 464 B
export declare function printWelcomeMessage(): Promise<void>; export declare function printSuggestedCommands(projectName: string): void; export declare function createProject(projectName: string, templateName?: string, destination?: string): Promise<any>; export declare function createConfirmationPrompt(name: string, message: string): any; export declare function installDependencies(packageManager: string, args: string[], location?: string): Promise<boolean>;