Skip to main content

Install and deploy a smart contract

You can combine the install and deploy commands of the Stellar CLI to accomplish both tasks:

stellar contract deploy \
--source S... \
--network testnet \
--wasm ../relative/path/to/soroban_contract.wasm