Skip to content
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

Update install command #131

Merged
merged 5 commits into from
Mar 18, 2024
Merged

Update install command #131

merged 5 commits into from
Mar 18, 2024

Conversation

ShalmaliCL
Copy link
Contributor

Updated session arg in the below command:

casper-client put-deploy \
--node-address http://95.216.24.237:7777 \
--chain-name casper-test \
--secret-key "/home/ubuntu/secret_key.pem" \
--payment-amount 1000000 \
--session-path "<machine-path>/cep18/target/wasm32-unknown-unknown/release/cep18.wasm"
--session-arg "name='Token test', symbol='TEST', decimals:u8=10, total_supply:u256=1000"

With:

casper-client put-deploy \
--node-address http://95.216.24.237:7777 \
--chain-name casper-test \
--secret-key "/home/ubuntu/secret_key.pem" \
--payment-amount 1000000 \
--session-path "<machine-path>/cep18/target/wasm32-unknown-unknown/release/cep18.wasm" \
--session-arg "name:string='Token test'" \
--session-arg "symbol:string='TEST'" \
--session-arg "total_supply:u256='1000'" \
--session-arg "decimals:u8='10'"

Updated the session args with the correct syntax.
Updated install command in full tutorial
@ShalmaliCL ShalmaliCL self-assigned this Mar 15, 2024
@ShalmaliCL ShalmaliCL requested a review from ACStone-MTS March 15, 2024 14:03
Updated the payment amount in the install command.
Updated payment amount in the helper contract install command
@ShalmaliCL ShalmaliCL merged commit 2b41c44 into dev Mar 18, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants