soroban-cli
soroban-cli copied to clipboard
CLI for Soroban contracts.
### What problem does your feature solve? Make adding testnet and futurenet network config easier. This would simplify the getting started docs. ### What would you like to see? A...
The CLI is a development tool but is also used for interacting with contracts on networks as part of developer administation, such as deploying contracts and initializing them. The CLI...
### What version are you using? ``` ❯ soroban version soroban 20.3.1 (ae5446f63ca8a275e61912019199254d598f3bd5) soroban-env 20.2.1 (18a10592853d9edf4e341b565b0b1638f95f0393) soroban-env interface version 85899345920 stellar-xdr 20.1.0 (8b9d623ef40423a8462442b86997155f2c04d3a1) xdr curr (b96148cd4acc372cc9af17b909ffe4b12c43ecb6) ``` ae5446f63ca8a275e61912019199254d598f3bd5 ### What...
> Suggested follow up: > > - [ ] Auto-configure the network client for the running instance. _Originally posted by @leighmcculloch in https://github.com/stellar/soroban-cli/issues/1230#issuecomment-1972594341_ Creating a separate issue for this idea....
The `soroban network start` and `soroban network stop` commands were added in PR # 1107, and as part of the PR discussion there were some follow up things that we...
I run `soroban network start local` and it's great. But then I want to tail the running instance. I can go and use docker commands, but ideally I could just...
### What version are you using? 38d86504 ### What did you do? ``` $ soroban contract read --help ... --durability Storage entry durability [default: persistent] Possible values: - persistent: Persistent...
### What version are you using? 38d8650 ### What did you do? Run any soroban command, such as `soroban --help`, or `soroban contract invoke ...`. ### What did you expect...
### What version are you using? ### What did you do? ### What did you expect to see? ### What did you see instead?
This issue is some thoughts I shared [internally on slack yesterday](https://stellarfoundation.slack.com/archives/C030Z9EHVQE/p1703072405391219), but should have posted in a public space for discussion: v20 is both the protocol the CLI and RPC...