Skip to content

Commit

Permalink
update help
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Sep 12, 2024
1 parent a55c2a9 commit e9359d0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions FULL_HELP_DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Tools for smart contract developers
* `extend` — Extend the time to live ledger of a contract-data ledger entry
* `deploy` — Deploy a wasm contract
* `fetch` — Fetch a contract's Wasm binary
* `fetch-all` — Fetch all contract Wasms
* `id` — Generate the contract id for a given contract or asset
* `info` — Access info about contracts
* `init` — Initialize a Soroban project with an example contract
Expand Down Expand Up @@ -427,6 +428,24 @@ Fetch a contract's Wasm binary



## `stellar contract fetch-all`

Fetch all contract Wasms

**Usage:** `stellar contract fetch-all [OPTIONS]`

###### **Options:**

* `--ledger <LEDGER>` — The ledger sequence number to download from. Defaults to latest history archived ledger
* `--global` — Use global config
* `--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
* `--rpc-url <RPC_URL>` — RPC server endpoint
* `--network-passphrase <NETWORK_PASSPHRASE>` — Network passphrase to sign the transaction sent to the rpc server
* `--network <NETWORK>` — Name of network to use from config
* `--archive-url <ARCHIVE_URL>` — Archive URL



## `stellar contract id`

Generate the contract id for a given contract or asset
Expand Down

0 comments on commit e9359d0

Please sign in to comment.