Skip to main content

Deploy a contract from installed Wasm bytecode

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

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