UNPKG

@dappnode/dappnodesdk

Version:

dappnodesdk is a tool to make the creation of new dappnode packages as simple as possible. It helps to initialize and publish in ethereum blockchain

4 lines (3 loc) 240 B
import { Manifest } from "@dappnode/types"; import { InitCommandOptions } from "./types.js"; export declare function initHandler({ dir, compose_file_name: composeFileName, yes, force, use_variants }: InitCommandOptions): Promise<Manifest>;