@@ -57,7 +57,7 @@ contract will execute on network, however in a local sandbox.
57
57
Install the Soroban CLI using ` cargo install ` .
58
58
59
59
``` sh
60
- cargo install --locked --version 0.6 .0 soroban-cli
60
+ cargo install --locked --version 0.7 .0 soroban-cli
61
61
```
62
62
63
63
:::info
@@ -77,23 +77,24 @@ soroban
77
77
78
78
```
79
79
❯ soroban
80
- soroban 0.6.0
81
- https://soroban.stellar.org
82
-
83
- USAGE:
84
- soroban <SUBCOMMAND>
85
-
86
- OPTIONS:
87
- -h, --help Print help information
88
-
89
- SUBCOMMANDS:
90
- contract Tools for smart contract developers
91
- config Read and update config
92
- serve Run a local webserver for web app development and testing
93
- events Watch the network for contract events
94
- lab Experiment with early features and expert tools
95
- version Print version information
96
- completion Print shell completion code for the specified shell
80
+ Build, deploy, & interact with contracts; set identities to sign with; configure networks; generate keys; and more.
81
+
82
+ Intro: https://soroban.stellar.org
83
+ CLI Reference: https://github.com/stellar/soroban-tools/tree/main/docs/soroban-cli-full-docs.md
84
+
85
+ Usage: soroban <COMMAND>
86
+
87
+ Commands:
88
+ contract Tools for smart contract developers
89
+ config Read and update config
90
+ events Watch the network for contract events
91
+ lab Experiment with early features and expert tools
92
+ version Print version information
93
+ completion Print shell completion code for the specified shell
94
+
95
+ Options:
96
+ -h, --help Print help (see more with '--help')
97
+ -V, --version Print version
97
98
```
98
99
99
100
[ Rust ] : https://www.rust-lang.org/
0 commit comments