Uploading a Contract
persistenceCore query wasm list-codepersistenceCore tx gov submit-proposal wasm-store "<path/to/the/compiled/wasm>" \
--title "title" \
--description "description" \
--deposit 10000uxprt \
--run-as $KEY \
--instantiate-nobody "true" \
--keyring-backend test \
--from $KEY --gas auto --fees 10000uxprt -y \
--chain-id core-1 \
-b block -o json --gas-adjustment 1.1
echo $RESP Last updated
Was this helpful?

