UNPKG

create-tezos-smart-contract

Version:

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

4 lines (3 loc) 210 B
import { Command } from 'commander'; export declare const addInitCommand: (program: Command, debugHook: (cmd: Command) => void) => void; export declare const init: (name?: string | undefined) => Promise<void>;