You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developers/meta/sc-meta-cli.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -412,3 +412,11 @@ Parameters:
412
412
-`--target-dir-meta` For the meta crates, allows specifying the target directory where the Rust compiler will build the intermediary files. Sharing the same target directory can speed up building multiple contract crates at once.
413
413
-`--target-dir-all` Overrides both the --target-dir-meta and the --target-dir-wasm args.
414
414
415
+
### Calling `cs`
416
+
417
+
Calling `cargo run cs` in the meta crate or `sc-meta cs` in the root crate will start the interaction with the chain simulator. In order to start an action, one must choose between the following subcommands.
418
+
419
+
Subcommands:
420
+
-`install` Pulls the latest chain simulator docker image available. This command needs Docker installed.
421
+
-`start` Starts the chain simulator in verbose mode at `localhost:8085`.
0 commit comments