soroban-cli
soroban-cli copied to clipboard
CLI for Soroban contracts.
### What Add a command to fetch-all contracts from a network. https://github.com/user-attachments/assets/a123e9ac-36b2-4e41-b8ec-639176366784 ### Why I needed a way to fetch all contracts from a network for the analysis I did...
Initial minimal failing example. Looking into it, the fix is that we need to change the way the help generates types and their examples. Currently it assumes that types aren't...
### What version are you using? `v21.4.1` ### What did you do? ``` $ stellar contract invoke --id CASQBSZXLPBXKAS7B556ARFKZI4UNVJKGM4SBZMRUS4OCXVDILOUVHMC --network testnet -- -h ``` ### What did you expect to...
Currently we are adding the ability to create operations transactions here: https://github.com/stellar/stellar-cli/issues/1437 This adds a new `tx new` subcommand. Then each operation is a subcommand of this: e.g. ```bash stellar...
[CAP-58] is in protocol v22 and adds support for calling a constructor as part of the deploy process. From the bindings perspective this means that the deploy can have required...
[CAP-58] is in protocol v22 and adds support for calling a constructor as part of the deploy process. From the CLI's perspective this means that the deploy can have required...
### What Add docker image ### Why Close https://github.com/stellar/stellar-cli/issues/1446
We should deprecate `contract inspect` and then remove it as a breaking change
### What problem does your feature solve? It should be possible for someone to go from a contract, or set of contracts, on chain, to a working code setup on...
I propose we remove the `--sim-only` option. The `--sim-only` option was added recently when we also added `--build-only`, but it duplicates other functionality we're adding in the `stellar tx simulate`...