@zombienet/cli
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
9 lines (8 loc) • 493 B
TypeScript
/**
* Setup - easily download latest artifacts and make them executable in order to use them with zombienet
* Read more here: https://paritytech.github.io/zombienet/cli/setup.html
* @param params binaries that willbe downloaded and set up. Possible values: `polkadot` `polkadot-parachain`
* @param opts Options from cli, currently only support `yes` to bypass the confirmation to download the binaries
* @returns
*/
export declare function setup(params: any, opts?: any): Promise<void>;