We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following this tutorial https://developers.stellar.org/docs/build/smart-contracts/getting-started/deploy-increment-contract, I encountered an error when I run this command ('id' and 'source' were appropriately replaced).
stellar contract invoke \ --id CACDYF3CYMJEJTIVFESQYZTN67GO2R5D5IUABTCUG3HXQSRXCSOROBAN \ --source alice \ --network testnet \ -- \ increment
So I modified the lib.rs file created in the contracts/increment/src directory as follows.
contracts/increment/src
The text was updated successfully, but these errors were encountered:
Fix issue stellar#1406: Update lib.rs to see the expected output when…
71a5ec6
… deploying the Increment contract
5a5173c
b96a6a9
No branches or pull requests
Following this tutorial https://developers.stellar.org/docs/build/smart-contracts/getting-started/deploy-increment-contract, I encountered an error when I run this command ('id' and 'source' were appropriately replaced).
stellar contract invoke \ --id CACDYF3CYMJEJTIVFESQYZTN67GO2R5D5IUABTCUG3HXQSRXCSOROBAN \ --source alice \ --network testnet \ -- \ increment
So I modified the lib.rs file created in the
contracts/increment/src
directory as follows.The text was updated successfully, but these errors were encountered: