Skip to main content

Deploy a Contract from Installed Wasm Bytecode

To deploy an instance of a compiled smart contract that has already been isntalled onto the Stellar network, use the soroban contract deploy command:

soroban contract deploy \
--source S... \
--network testnet \
--wasm-hash <hex-encoded-wasm-hash>

Guides in this category: