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

CLI for Soroban contracts.

Results 201 soroban-cli issues
Sort by recently updated
recently updated
newest added

### What Make global arguments global, so we can use it independently of the command order. ```console $ stellar contract deploy --wasm target/wasm32-unknown-unknown/release/hello_world.wasm --source alice --network testnet --quiet CBGMG2H756O2DP4BDDOPW6F5S6EJBJIMW3TXLDZ33236XS5KWZFN5PRP $...

### What See initial discussion here: https://github.com/stellar/stellar-cli/issues/225 ### Why Currently users must opt in to not sending a transaction with `--is-view`. This deprecates `--is-view` and flips the default to only...

### What problem does your feature solve? With added `--sign-with` and `tx sign` functionality (#1406) there should be a way to originate transaction from account we don't know a secret...

### What ~Currently relies on #1283~ Adds: - tx sign - sign just a transaction (envelope), appending the signature - Does not have `--source-acount` and requires `--sign-with` - In a...

### What Running command with `--quiet`: ```console $ stellar contract build && stellar --quiet contract deploy --wasm target/wasm32-unknown-unknown/release/hello_world.wasm --source alice --network testnet cargo rustc --manifest-path=contracts/hello_world/Cargo.toml --crate-type=cdylib --target=wasm32-unknown-unknown --release Finished `release`...

### What `stellar keys generate` will no longer overwrite an identity if it already exists, unless a different seed is provided. ### Why Workflows that utilize `generate` might unintentionally overwrite...

breaking change

### What version are you using? Latest ([aba5bdd](https://github.com/stellar/stellar-cli/commit/aba5bddcf8f9e49c4c60917f36e5926eae6de7b9)) ### What did you do? Run `contract init` and then try to build all contracts ### What did you see instead? 1....

bug

### What problem does your feature solve? Currently, there's no (easy) way to fetch Stellar Asset contract spec. It'd be nice to be able to see the spec in Json/XDR...

### What problem does your feature solve? Read-only contract functions shouldn't be able to be submitted. Or maybe we allow some function flags at the contract layer like Solidity does...

### What did you do? The command for installing the CLI with Homebrew in the [docs](https://github.com/stellar/stellar-docs/blob/main/docs/build/smart-contracts/getting-started/setup.mdx) no longer works. ### What did you expect to see? Installation of the Stellar/Soroban...

bug