Skip to content

Commit 619c75d

Browse files
information about chain simulator subcommands in sc-meta
1 parent 7996f27 commit 619c75d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/developers/meta/sc-meta-cli.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,3 +412,11 @@ Parameters:
412412
- `--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.
413413
- `--target-dir-all` Overrides both the --target-dir-meta and the --target-dir-wasm args.
414414

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`.
422+
- `stop` Stops the chain simulator.

0 commit comments

Comments
 (0)