UNPKG

create-tezos-smart-contract

Version:

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

4 lines (3 loc) 255 B
import { Command } from 'commander'; export declare const addStartSandboxCommand: (program: Command, debugHook: (cmd: Command) => void) => void; export declare const startSandbox: (options: any, readyCallback?: (() => void) | undefined) => Promise<void>;