Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (11 loc) · 314 Bytes

install-deploy.mdx

File metadata and controls

13 lines (11 loc) · 314 Bytes
title hide_table_of_contents
Install and Deploy a Smart Contract
true

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