Allows launching and deploying sandbox environments to test features for Kreivo safely.
To get started with a bare fork of Kreivo, run:
npx @virtonetwork/kreivo-sandbox
There's an option to include a connection with the Relay Chain. Useful to test XCM commands. Run:
npx @virtonetwork/kreivo-sandbox -R/--with-relay
If you want to connect with a sibling parachain that's within the list of available chains (assetHub
for now), run the following command, separating the chain IDs with commas:
npx @virtonetwork/kreivo-sandbox --with-siblings <chainIds,...>
If you have a WASM of the following runtime version, you can use it to emulate an upgrade. Run:
npx @virtonetwork/kreivo-sandbox -U/--with-upgrade
You can optionally set the path of the WASM to use for the emulated upgrade:
npx @virtonetwork/kreivo-sandbox -U -w/--upgrade-wasm-path <path>
If you'd like to get more options, please run:
npx @virtonetwork/kreivo-sandbox --help