UNPKG

create-tezos-smart-contract

Version:

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

9 lines (8 loc) 287 B
import { Config } from "./types"; /** * Default settings * * Some of these settings are expected to change in the init configurator. * For the remote networks, we use Giganode by default, read more at https://mainnet-tezos.giganode.io */ export declare const defaultConfig: Config;