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

3 lines (2 loc) 183 B
import { GithubSettings, UpstreamSettings } from "../types.js"; export declare function getGithubSettings(dir: string, upstreamSettings: UpstreamSettings[]): Promise<GithubSettings>;