soroban-cli icon indicating copy to clipboard operation
soroban-cli copied to clipboard

CLI for Soroban contracts.

Results 329 soroban-cli issues
Sort by recently updated
recently updated
newest added
trafficstars

The output of `stellar contract deploy` should display the URL for using lab to invoke the contract. It would help direct the developer to the next step, and to be...

In protocol 23 contracts that use the new event definitions will include information in the contract spec about the shape of their events. This prototype exists that show how by...

### What problem does your feature solve? Sometimes we need to get the Soroban config settings for the network. ### What would you like to see? A subcommand on the...

The snapshot command uses history archives to build a snapshot of relevant ledger entries for testing. Because it only uses history archives of a specific ledger it is unable to...

enhancement

### What problem does your feature solve? When uploading contracts to mainnet an insufficient fee/balance can occur if the account deploying doesn't have enough native asset. Uploading large contracts can...

enhancement

### What problem does your feature solve? It isn't obvious how much native asset is needed to execute transactions. Whilst folks can simulate and then inspect the transaction to read...

enhancement

I think we should improve `stellar tx edit` command by including contract spec spec param names in JSON comments, making the output JSONC. The stellar tx edit command today takes...

### What problem does your feature solve? When a contract invocation fails the client outputs the contract error as a number, such as 5, or 22. The developer has to...

It should also output diagnostic events all the time when using `---very-verbose`. Contenxt: https://stellarfoundation.slack.com/archives/C06KTGUULUF/p1758835268111739

enhancement

### What problem does your feature solve? When you use a snapshot for testing, you sometimes have to consider another contract or address. When that happens, you need to recreate...