UNPKG

@hirosystems/clarinet-sdk-browser

Version:

A SDK to interact with Clarity Smart Contracts in the browser

7 lines (6 loc) 488 B
import init, { SDK } from "@hirosystems/clarinet-sdk-wasm-browser"; import { Simnet, getSessionProxy } from "./sdkProxy.js"; export { tx, type ClarityEvent, type ParsedTransactionResult, type DeployContractOptions, type Tx, type TransferSTX, } from "../../common/src/sdkProxyHelpers.js"; export { init, SDK, getSessionProxy, type Simnet }; export { defaultVfs, defaultFileStore } from "./defaultVfs.js"; export declare const initSimnet: (virtualFileSystem?: Function) => Promise<Simnet>;