Skip to content

Commit

Permalink
Update setup.mdx
Browse files Browse the repository at this point in the history
The soroban-cli version in this doc is outdated and will give the following error when invoking a deployed contract:

"error: xdr processing error: xdr value invalid"

As specified here an update of the CLI version is needed:

https://stellar.org/blog/developers/protocol-21-upgrade-guide
  • Loading branch information
Frank-Fourier authored Jun 3, 2024
1 parent 3c8629e commit 78b8116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/smart-contracts/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The [Soroban CLI](http://github.com/stellar/soroban-cli) can execute Soroban con
Install the [latest released version](https://github.com/stellar/soroban-cli/releases) of Soroban CLI using `cargo install`.

```sh
cargo install --locked soroban-cli
cargo install --locked soroban-cli --version 21.0.0-rc.1
```

:::info
Expand Down

0 comments on commit 78b8116

Please sign in to comment.