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

CLI for Soroban contracts.

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

### What Add a command for creating a ledger snapshot JSON file. The ledger snapshot JSON file is the file format that the soroban-cli uses when in sandbox/local mode. The...

soroban-scrum
cli
objective-5

We'd like to build a robust testing infrastructure for different Operating Systems (including windows) and provide the same level of support for Windows CLI users as other OSs. Where possible,...

objective-5

For CLI documentation, please provide a detailed explanation documenting JSON schema and how that relates to the CLI Two formats of JSON [ ] Canonical XDR JSON (rs-stellar-xdr) [ ]...

cli

_This idea was shared or formed from some combination of @janewang @chadoh @willemneal (sorry I missed who put this in the [doc](https://docs.google.com/document/d/1fHQxS5ZEt7nwBVZg4qLHpKzKsUXxoF5Et6cFFYqrNMM/edit) but I think it was one of you!)....

### What problem does your feature solve? When user is about to deploy a contract to main-net, the (estimated) fee for the upload and install is unknown. ### What would...

### What version are you using? - stellar/soroban-tools@b1519a4d90502ce3155960541b2a98c88f3dd043 (rpc and cli) - stellar/stellar-core@22b9bb38416e5ce058eb9c1fadfdd414a4661833 - stellar/rs-soroban-env@eb5a9ba053a7b64a8eff605db625525378f7bea0 ### What did you do? ```console ❯ soroban contract invoke --wasm ../rs-soroban-sdk/target/wasm32-unknown-unknown/release/test_add_u64.wasm --id 1 --...

bug
cli

### What version are you using? 5f367edb ### What did you do? I tried to get the ID of an asset contract knowing its network and name: ``` $ soroban...

bug

### Problem: As part of resolving the issues with the release pipelines, we removed `cmd/soroban-rpc/internal/test/cli_test.go` https://github.com/stellar/soroban-rpc/pull/68 from the RPC repo, but did not add them back anywhere. ### What would...

This is the first attempt of creating a transaction builder in Rust. Currently all commands that create transactions do so independently. However, a transaction builder will allow their creation to...

### What The CLI needs to support for adding a different signer to a transaction without the signer being the source account. ### Why The CLI today assumes that the...