Skip to main content

Upload and deploy a smart contract

You can combine the upload 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

Guides in this category: