@kubiklabs/wasmkit
Version:
Wasmkit is a development environment to compile, deploy, test, run cosmwasm contracts on different networks.
9 lines (8 loc) • 414 B
TypeScript
import { getAccountByName } from "./lib/account";
import { wasmKitChai } from "./lib/chai/chai";
import { createAccounts } from "./lib/createAccounts";
import { Contract } from "./lib/deploy/contract";
import { getLogs } from "./lib/response";
import * as wasmKitTypes from "./types";
import { Coin } from "./types";
export { Contract, createAccounts, getAccountByName, wasmKitChai, getLogs, wasmKitTypes, Coin };