Skip to main content

Install and Deploy a Smart Contract

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

Guides in this category: