UNPKG

@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

3 lines (2 loc) 290 B
export declare function setupChainSpec(namespace: string, chainConfig: any, chainName: string, chainFullPath: string): Promise<any>; export declare function getChainSpecRaw(namespace: string, image: string, chainName: string, chainSpecCommand: string, chainFullPath: string): Promise<any>;