UNPKG

create-tezos-smart-contract

Version:

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

4 lines (3 loc) 204 B
import { Command } from 'commander'; export declare const addPostInstallCommand: (program: Command, debugHook: (cmd: Command) => void) => void; export declare const postInstallSetup: () => Promise<void>;