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) 286 B
import { Parachain } from "./sharedTypes"; export declare function generateParachainFiles(namespace: string, tmpDir: string, parachainFilesPath: string, relayChainName: string, parachain: Parachain, relayChainSpecIsRaw: boolean, random_sufix_to_isolate?: string | null): Promise<void>;