@zombienet/orchestrator
Version:
ZombieNet aim to be a testing framework for substrate based blockchains, providing a simple cli tool that allow users to spawn and test ephemeral Substrate based networks
4 lines (3 loc) • 331 B
TypeScript
import { Node } from "./sharedTypes";
export declare function genCumulusCollatorCmd(nodeSetup: Node, cfgPath?: string, dataPath?: string, relayDataPath?: string, useWrapper?: boolean): Promise<string[]>;
export declare function genCmd(nodeSetup: Node, cfgPath?: string, dataPath?: string, useWrapper?: boolean): Promise<string[]>;