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

### What problem does your feature solve? When generating the Typescript bindings for our Soroban Contracts these assume that the developer will only be using a browser client when interacting...

enhancement

The `stellar keys generate|add` commands currently default to the local config stored in the local directory. I don't think it's the best default. It's possible we should even consider un-supporting...

### What problem does your feature solve? Clawing back claimable balances cannot be done with the CLI. ### What would you like to see? `stellar tx new clawback-claimable-balance` ### What...

### What version are you using? 22.5.0 ### What did you do? Want to store a key on Linux. ``` stellar keys add --secure-store ``` ### What did you expect...

bug

### What version are you using? 22.5.0 ### What did you do? Tried to run the contract alias ls command without additional informational output. First using the `-q` option: ```...

bug

### What problem does your feature solve? We currently don't test protocol features (`version_ge_23`) in CI ### What would you like to see? Adding tests to CI ### What alternatives...

### What version are you using? e47305729f2f0ede751fcda29b2cf1a2772a597e ### What did you do? ``` $ stellar contract invoke --id abc -- mint --to user --amount 25 ``` ### What did you...

bug

### What Add a cookbook guide showing how to issue and manage Stellar Assets through CLI commands and contracts. ### Why Developers need clear examples for common asset management tasks...

### What version are you using? e47305729f2f0ede751fcda29b2cf1a2772a597e ### What did you do? ``` $ stellar tx edit ❌ error: No stdin detected ``` ``` $ ~/.cargo/bin/stellar tx new set-options ℹ️...

bug

### What version are you using? 22.5.0 ### What did you do? ``` stellar keys generate issuer ``` or ``` stellar keys fund issuer ``` ### What did you expect...

bug