title | hide_table_of_contents |
---|---|
Install and Deploy a Smart Contract |
true |
You can combine the install
and deploy
commands of the Soroban CLI to accomplish both tasks:
soroban contract deploy \
--source S... \
--network testnet \
--wasm ../relative/path/to/soroban_contract.wasm