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

5 lines (4 loc) 228 B
import { CommandModule } from "yargs"; import { CliGlobalOptions } from "../../types.js"; import { PublishCommandOptions } from "./types.js"; export declare const publish: CommandModule<CliGlobalOptions, PublishCommandOptions>;