-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
soroban getting started guide broken #1138
Labels
bug
Something isn't working
Comments
The guide needs updating to use:
And then instruct the user to copy the code in. |
Will close after merging #1035 |
This is a more comprehensive fix: #1121 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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-example
option was deprecated and removed from the CLI.cc @stellar/devx
The text was updated successfully, but these errors were encountered: