UNPKG

create-tezos-smart-contract

Version:

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

4 lines (3 loc) 201 B
import { Command } from 'commander'; export declare const addDeployCommand: (program: Command, debugHook: (cmd: Command) => void) => void; export declare const deploy: (options: any) => Promise<void>;