The main getting started guide for Soroban/Stellar contracts appears to be broken: https://developers.stellar.org/docs/build/smart-contracts/getting-started/storing-data The guide proposes to perform: ``` stellar contract init ./ --with-example increment ``` However, the `--with-example` option was deprecated and removed from the CLI. cc @stellar/devx
The main getting started guide for Soroban/Stellar contracts appears to be broken:
https://developers.stellar.org/docs/build/smart-contracts/getting-started/storing-data
The guide proposes to perform:
However, the
--with-exampleoption was deprecated and removed from the CLI.cc @stellar/devx