UNPKG

create-tezos-smart-contract

Version:

Node.js toolset to write, test and deploy Tezos smart contracts

8 lines (7 loc) 258 B
import { Config } from "../../../modules/config"; export declare type ContractBundleOptions = { basePath: string; config: Config; hasExamples: boolean; }; export declare const makeContractBundle: (params: ContractBundleOptions) => Promise<void>;