soroban-cli
soroban-cli copied to clipboard
CLI for Soroban contracts.
### What Add stellar-cli crate alongside soroban-cli ### Why Close #1187
Part of https://github.com/stellar/soroban-cli/issues/1265 Adds - `txn send` - sends a signed transaction to the PRC - `txn sign` - sign a given transaction - `txn simulate` - simulate and assemble...
soroban-cli How to configure the proxy? When I use the 'soroban contract deploy' command to deploy contracts on the test network, I keep getting an error message: error: jsonrpc error:...
### What version are you using? 199a88a0be72c4caaef59c1e918e199e4e247078 ### What did you do? Ran a command with the `--build-only` option. ### What did you expect to see? A transaction envelope to...
### What version are you using? https://github.com/stellar/js-stellar-sdk/tree/cf-worker (this is a fork of `master` with a custom `axios` adapter to work with Cloudflare Workers) ### What did you do? Tried to...
### What Adds the nanox and nanosp elf files. ### Why These were added for testing, so that we can run some integration-like tests again a Ledger emulator (called Speculos)...
### What Add support for signing transactions on a Ledger device. https://github.com/stellar/soroban-cli/issues/1178 ### Why Work toward key protection when submitting txns from the CLI. ([https://github.com/stellar/soroban-cli/issues/1255](https://github.com/stellar/soroban-cli/issues/1255)) ### Known limitations This does...
### What version are you using? ``` ❯ soroban version soroban 21.0.0-preview.1 (a643000a6cc15bf4bdf1e358881e5671834806b7) soroban-env 21.0.1 (f2b734b6360ae04ba730307be3988619dd0f59a3) soroban-env interface version 90194313216 stellar-xdr 21.0.1 (da0cbc6f75eaf03423810b8e9d730a03dfa8517e) xdr curr (1a04392432dacc0092caaeae22a600ea1af3c6a5) ``` a643000a6cc15bf4bdf1e358881e5671834806b7 ### What...
### What version are you using? ``` $ soroban version soroban 21.0.0-preview.1 (a643000a6cc15bf4bdf1e358881e5671834806b7) soroban-env 21.0.1 (f2b734b6360ae04ba730307be3988619dd0f59a3) soroban-env interface version 90194313216 stellar-xdr 21.0.1 (da0cbc6f75eaf03423810b8e9d730a03dfa8517e) xdr curr (1a04392432dacc0092caaeae22a600ea1af3c6a5) ``` a643000a6cc15bf4bdf1e358881e5671834806b7 ### What...
The `contract read` subcommand supports reading contract data, but not other ledger entries outside of contract data. It'd be helpful if it could retrieve any ledger entry.