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 `DiagnosticEvents` emitted during a simulation are returned after this PR is merged: https://github.com/stellar/rs-stellar-rpc-client/pull/8 The CLI will now log these and print out the JSON string of the event....

### What version are you using? 21.1.0 ### What did you do? Invoked a contract using the `-h` option to view its help, with my account set to an account...

bug

The CLI isn't decoding diagnostic events in its logs which makes it hard to parse with the human eye. There are advantages to having the diagnostic events in XDR and...

### What version are you using? CLI ```bash % stellar --version stellar 21.2.0 (41a1e0dd0e3e8e34f94b4e78fc7f71d7f15420c7) soroban-env 21.2.0 (8809852dcf8489f99407a5ceac12625ee3d14693) soroban-env interface version 90194313216 stellar-xdr 21.2.0 (9bea881f2057e412fdbb98875841626bf77b4b88) xdr curr (70180d5e8d9caee9e8645ed8a38c36a8cf403cd9) ``` TS bindings...

bug

Currently, there is no command for signing transactions. This issue was created in a follow-up to #1406 to discuss design on `sign` command

### What problem does your feature solve? To transactions created in the CLI, allow users to connect to a wallet not stored by the CLI. This is being explicitly asked...

objective-5

Once we add the `tx sign` command I think we should add a `--dry-run` option to it that doesn't actually sign or output a tx, but just lists what will...

### What fixes: #1318 ### Why [TODO: Why this change is being made. Include any context required to understand the why.] ### Known limitations [TODO or N/A]

### What problem does your feature solve? `contract init` command (https://developers.stellar.org/docs/tools/stellar-cli#stellar-contract-init) provides a flag (`--frontend-template`) allowing to generate UI code for contracts _via a repository_ (if I'm not mistaken). But...

### What problem does your feature solve? Allows users to use accounts not stored by the CLI. ### What would you like to see? Keychain - For macos: https://github.com/near/near-cli-rs/blob/9ef098edcb2eca131592feb4917f3715dceb36a2/src/transaction_signature_options/sign_with_macos_keychain/mod.rs

ODHack8